forked from Srar/node-tap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.17 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
43
44
45
{
"name": "node-sstap",
"version": "1.34.0",
"description": "",
"main": "index.js",
"scripts": {
"build": ".\\node_modules\\.bin\\tsc --p tsconfig.json",
"compile": "node-gyp rebuild",
"package": ".\\node_modules\\.bin\\pkg output\\app.js --targets node8-win-x64 -o .\\sstap.exe"
},
"keywords": [
"nodejs",
"shadowsocks",
"tap",
"tun",
"openvpn",
"sstap"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Srar/node-tap.git"
},
"bugs": {
"url": "https://github.com/Srar/node-tap/issues"
},
"homepage": "https://github.com/Srar/node-tap/blob/master/README.md",
"author": "Srar",
"license": "ISC",
"dependencies": {
"@types/node": "^8.10.50",
"cap": "^0.2.0",
"iconv-lite": "^0.4.19",
"ip6": "^0.1.5",
"moment": "^2.24.0",
"nan": "^2.7.0",
"node-gyp": "^3.6.2",
"optimist": "^0.6.1",
"pkg": "^4.3.0",
"raw-socket": "^1.5.2",
"ts-node": "^8.3.0",
"typescript": "^3.5.3",
"winston": "^3.2.1"
},
"gypfile": true
}