-
Notifications
You must be signed in to change notification settings - Fork 162
/
package.json
48 lines (48 loc) · 1.18 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
{
"name": "root",
"private": true,
"version": "0.4.3",
"description": "Generate TWA projects from a Web Manifest",
"engines": {
"node": ">=14.15.0"
},
"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",
"publish": "lerna publish",
"publish-canary": "lerna publish --canary"
},
"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.6.3",
"@types/mock-fs": "^4.13.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.6.4",
"lerna": "^6.5.1",
"lerna-changelog": "^1.0.1",
"mock-fs": "^4.13.0",
"npm": "^9.5.1",
"ts-node": "^8.10.2",
"typescript": "^5.5.3"
}
}