forked from microsoft/edge-devtools-network-console
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 885 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
{
"name": "edge-devtools-network-console",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/edge-devtools-network-console.git"
},
"author": "Microsoft Corporation",
"license": "MIT",
"version": "0.11.1-preview",
"private": true,
"devDependencies": {
"recursive-copy": "^2.0.10",
"rimraf": "^3.0.2",
"simple-git": "^2.5.0"
},
"scripts": {
"clean": "node ./scripts/clean",
"install-children": "node ./scripts/npm-install-all-projects",
"build-locally": "node ./scripts/build-all",
"install-and-build": "node ./scripts/install-and-build",
"deploy": "node ./scripts/deploy",
"start": "node ./scripts/run-frontend",
"run-tests:shared": "node ./scripts/run-package-task -- --package-name network-console-shared --task-name test",
"ps": "node ./scripts/generate-pseudoloc"
},
"dependencies": {}
}