forked from GoogleChromeLabs/bubblewrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.08 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
{
"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-modules": "lerna clean -y",
"clean": "lerna run clean",
"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": {
"@types/jasmine": "^3.5.11",
"@types/mock-fs": "^4.10.0",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"del-cli": "^3.0.1",
"eslint": "^6.6.0",
"eslint-config-google": "^0.14.0",
"jasmine": "^3.5.0",
"lerna": "^3.22.1",
"lerna-changelog": "^1.0.1",
"mock-fs": "^4.12.0",
"npm": "^6.14.8",
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
},
"dependencies": {}
}