-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 loc) · 826 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "fetch-manifest-json",
"version": "1.1.0",
"description": "Fetch mainfest.json from a PWA.",
"license": "MIT",
"repository": "hemanth/fetch-manifest-json",
"author": {
"name": "Hemanth.HM",
"email": "hemanth.hm@gmail.com",
"url": "h3manth.com"
},
"bin": "cli.js",
"engines": {
"node": ">=4"
},
"scripts": {
"test": "ava",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"files": [
"index.js",
"cli.js"
],
"keywords": [
"cli-app",
"cli",
"pwa",
"manifest",
"manifest-json"
],
"dependencies": {
"got": "^6.3.0",
"is-online": "^5.1.1",
"meow": "^3.7.0",
"x-ray": "^2.3.0",
"snyk": "^1.30.1"
},
"devDependencies": {
"ava": "^0.14.0",
"debug": "^2.2.0"
},
"snyk": true
}