forked from RemoteDebug/remotedebug-ios-webkit-adapter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "remotedebug-ios-webkit-adapter",
"productName": "RemoteDebug iOS WebKit Adapter",
"version": "0.3.2",
"bin": {
"remotedebug_ios_webkit_adapter": "./out/index.js"
},
"scripts": {
"start": "gulp build && node out/index.js",
"build": "gulp build",
"prepublish": "gulp build",
"watch": "gulp watch",
"test": "gulp test",
"lint": "gulp lint"
},
"dependencies": {
"child-process-promise": "^2.2.1",
"debug": "^4.1.1",
"express": "^4.17.1",
"optimist": "^0.6.1",
"request": "^2.88.0",
"which": "^1.3.1",
"ws": "^7.1.2"
},
"devDependencies": {
"@types/express": "^4.17.1",
"@types/mocha": "^5.2.7",
"@types/optimist": "0.0.29",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-mocha": "^6.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-tslint": "^8.1.4",
"gulp-typescript": "^5.0.1",
"mocha": "^6.2.0",
"mock-socket": "^3.0.1",
"mockery": "^2.1.0",
"tslint": "^5.19.0",
"typemoq": "^2.1.0",
"typescript": "^3.5.3"
}
}