forked from GoogleChromeLabs/bubblewrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.23 KB
/
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
45
46
47
48
49
50
51
{
"name": "@bubblewrap/cli",
"version": "1.22.0",
"description": "CLI tool to Generate TWA projects from a Web Manifest",
"engines": {
"node": ">=14.15.0"
},
"bin": {
"bubblewrap": "bin/bubblewrap.js"
},
"scripts": {
"build": "tsc",
"clean": "del dist",
"lint": "eslint \"src/**/*.{js,ts}\"",
"test": "tsc && jasmine --config=jasmine.json"
},
"files": [
"dist/lib",
"dist/index.d.ts",
"dist/index.js",
"bin",
"package.json"
],
"keywords": [],
"repository": {
"type": "git",
"url": "git+https://github.com/GoogleChromeLabs/bubblewrap.git"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@bubblewrap/core": "^1.22.0",
"@bubblewrap/validator": "^1.22.0",
"@types/cli-progress": "^3.7.0",
"@types/color": "^3.0.0",
"@types/inquirer": "^8.2.6",
"@types/mime-types": "^2.1.0",
"@types/minimist": "^1.2.0",
"@types/semver": "^7.3.1",
"@types/valid-url": "^1.0.3",
"cli-progress": "^3.8.2",
"color": "^3.1.2",
"colors": "1.4.0",
"inquirer": "^8.2.6",
"mime-types": "^2.1.27",
"minimist": "^1.2.2",
"semver": "^7.3.2",
"valid-url": "^1.0.9"
},
"gitHead": "ba2a8430ee11d6bf650ed3d071c9c144fff31538"
}