-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.18 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.18 KB
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": "rules_browsers",
"version": "0.4.0",
"description": "",
"main": "index.js",
"scripts": {
"ng-dev": "bash ../../../tools/local-dev.sh"
},
"packageManager": "pnpm@10.32.1",
"engines": {
"npm": "Please use pnpm instead of NPM to install dependencies",
"yarn": "Please use pnpm instead of Yarn to install dependencies",
"pnpm": "10.32.1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@puppeteer/browsers": "2.13.0",
"@rollup/plugin-virtual": "^3.0.2",
"@types/jasmine": "^6.0.0",
"@types/node": "^22.14.0",
"@web/dev-server-rollup": "^0.6.4",
"@web/test-runner": "^0.20.2",
"@web/test-runner-core": "^0.13.4",
"@web/test-runner-puppeteer": "^0.18.0",
"get-port": "^7.1.0",
"jasmine": "^6.0.0",
"protractor": "^7.0.0",
"tinyglobby": "^0.2.12",
"typescript": "5.9.3",
"web-test-runner-jasmine": "0.2.0"
},
"pnpm": {
"onlyBuiltDependencies": [],
"overrides": {
"puppeteer": "24.39.0",
"puppeteer-core": "24.39.0"
},
"packageExtensions": {
"grpc-gcp": {
"peerDependencies": {
"protobufjs": "*"
}
}
}
}
}