forked from GoogleChromeLabs/bubblewrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.49 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
52
53
54
55
56
57
58
59
60
{
"name": "@bubblewrap/core",
"version": "1.18.1",
"description": "Core Library to generate, build and sign TWA projects",
"scripts": {
"build": "tsc",
"clean": "del dist",
"lint": "eslint \"src/**/*.{js,ts}\"",
"test": "tsc && jasmine --config=jasmine.json"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"keywords": [
"twa",
"trusted-web-activities",
"pwa",
"progressive-web-apps",
"android"
],
"files": [
"dist/lib",
"dist/index.d.ts",
"dist/index.js",
"template_project"
],
"repository": {
"type": "git",
"url": "git+https://github.com/GoogleChromeLabs/bubblewrap.git"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@types/color": "^3.0.0",
"@types/extract-zip": "^1.6.2",
"@types/gapi.client.androidpublisher": "^3.0.0",
"@types/inquirer": "^6.5.0",
"@types/lodash.template": "^4.5.0",
"@types/mime-types": "^2.1.0",
"@types/node": "^12.20.1",
"@types/node-fetch": "^2.5.10",
"@types/tar": "^4.0.4",
"@types/valid-url": "^1.0.3",
"canvg": "3.0.7",
"color": "^3.1.3",
"extract-zip": "^1.7.0",
"fetch-h2": "^2.5.1",
"googleapis": "^81.0.0",
"inquirer": "^7.3.3",
"jimp": "^0.14.0",
"lodash.template": "^4.5.0",
"mime-types": "^2.1.28",
"node-fetch": "^2.6.1",
"tar": "^6.1.0",
"valid-url": "^1.0.9"
},
"optionalDependencies": {
"svg2img": "^0.9.3"
},
"gitHead": "ba2a8430ee11d6bf650ed3d071c9c144fff31538"
}