-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.04 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.04 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
{
"name": "grpc-devtools",
"private": true,
"license": "GPL-3.0",
"author": "Ernest <soc221b.e@gmail.com>",
"workspaces": [
"content-scripts",
"devtools",
"devtools/panels/grpc"
],
"scripts": {
"prebuild": "node scripts/prebuild.js",
"build": "npm run build --workspaces --if-present",
"postbuild": "node scripts/postbuild.js",
"dev": "npm run dev --workspaces --if-present",
"format": "prettier --write .",
"test": "npm run test --workspaces --if-present && start-server-and-test dev http://localhost:4000 test:e2e",
"test:e2e": "cypress run --e2e --browser chrome"
},
"devDependencies": {
"cross-zip": "4.0.1",
"cy-verify-downloads": "0.3.0",
"cypress": "15.15.0",
"cypress-file-upload": "5.0.8",
"cypress-network-idle": "2.0.1",
"prettier": "3.6.2",
"prettier-plugin-multiline-arrays": "4.1.5",
"prettier-plugin-organize-imports": "4.3.0",
"prettier-plugin-packagejson": "3.0.2",
"prettier-plugin-sort-json": "4.2.0",
"start-server-and-test": "3.0.5"
}
}