-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 896 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 896 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
{
"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": "=17.7.2",
"zx": "^8.8.5"
},
"scripts": {
"prepare": "node bootstrap.js",
"build": "node build.js",
"serve": "node serve.js"
}
}