forked from GoogleChromeLabs/bubblewrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 903 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
{
"name": "root",
"private": true,
"version": "0.4.3",
"description": "Generate TWA projects from a Web Manifest",
"scripts": {
"build": "lerna run build",
"lint": "lerna run lint",
"test": "lerna run test",
"clean": "lerna clean -y",
"postinstall": "lerna bootstrap && lerna link"
},
"keywords": [
"twa",
"trusted-web-activities",
"pwa",
"progressive-web-apps",
"android"
],
"repository": {
"type": "git",
"url": "git+https://github.com/GoogleChromeLabs/bubblewrap.git"
},
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"eslint": "^6.6.0",
"eslint-config-google": "^0.14.0",
"jasmine": "^3.5.0",
"lerna": "^3.21.0",
"lerna-changelog": "^1.0.1",
"npm": "^6.14.5",
"typescript": "^3.9.2"
}
}