-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 947 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 947 Bytes
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
{
"name": "webkit-webinspector-turbo",
"version": "1.0.0",
"description": "Optimized WebInspector build",
"keywords": [
"webkit",
"webinspector",
"safari",
"ios",
"debug"
],
"homepage": "https://github.com/shanto/WebKit-WebInspector-Turbo#readme",
"bugs": {
"url": "https://github.com/shanto/WebKit-WebInspector-Turbo/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shanto/WebKit-WebInspector-Turbo.git"
},
"license": "ISC",
"author": "Shaan",
"type": "commonjs",
"main": "server.js",
"dependencies": {
"@lydell/node-pty": "^1.1.0",
"esbuild": "^0.25.6",
"esbuild-plugin-inline-image": "^0.0.9",
"esprima-next": "^6.0.3",
"which": "^5.0.0",
"yargs": "^18.0.0"
},
"scripts": {
"bootstrap": "pwsh bootstrap.ps1",
"build": "node build.js",
"serve": "node serve.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"rimraf": "^6.0.1"
}
}