forked from PupilTong/node-tuntap2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.13 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": "@xiaobaidadada/node-tuntap2-wintun",
"version": "1.0.6",
"description": " create tun in linux or windows ",
"main": "./dist/index.js",
"types": "./dist/src/index.d.ts",
"scripts": {
"install": "prebuild-install --verbose || npm run build",
"postinstall": "node src/clean.js ",
"build": "npm install node-addon-api node-gyp --save-dev && node-gyp rebuild --release",
"install_build": "npm run build && npx tsc --build ",
"build-dev": "node-gyp rebuild --debug"
},
"author": "xiaobaidadada",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "[email protected]:xiaobaidadada/node-tuntap2-wintun.git"
},
"keywords": [
"tunnel",
"tun",
"tap",
"internet",
"vpn",
"wintun",
"linux",
"windows",
"win"
],
"dependencies": {
"bindings": "^1.5.0",
"jmespath": "^0.16.0",
"prebuild-install": "^7.1.2"
},
"devDependencies": {
"@types/jmespath": "^0.15.0",
"@types/node": "^17.0.8",
"node-addon-api": "^7.1.1",
"node-gyp": "^10.2.0",
"prebuild": "^13.0.1",
"ts-node": "^10.9.2",
"typescript": "^4.5.4"
}
}