forked from SadeghHayeri/GreenTunnel
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.25 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
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "green-tunnel",
"version": "1.7.5",
"description": "",
"keywords": [
"HTTPS",
"SNI",
"VPN"
],
"homepage": "https://github.com/SadeghHayeri/GreenTunnel#readme",
"bugs": {
"url": "https://github.com/SadeghHayeri/GreenTunnel/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SadeghHayeri/GreenTunnel.git"
},
"license": "MIT",
"author": "Sadegh Hayeri",
"files": [
"bin",
"src"
],
"main": "src/index.cjs.js",
"module": "src/index.js",
"bin": {
"green-tunnel": "bin/gt.js",
"gt": "bin/gt.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"app-data-folder": "^1.0.0",
"chalk": "^2.4.2",
"clear": "^0.1.0",
"consola": "^2.11.0",
"debug": "^4.1.1",
"dns-over-http": "^0.1.2",
"dns-over-tls": "0.0.6",
"esm": "^3.2.22",
"is-docker": "^2.0.0",
"lru-cache": "^5.1.1",
"node-localstorage": "^2.1.5",
"ora": "^3.2.0",
"std-env": "^2.2.1",
"universal-analytics": "^0.4.20",
"update-notifier": "^2.5.0",
"validator": "^10.11.0",
"winreg": "^1.2.4",
"yargs": "^13.2.2"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-xo": "^0.26.0"
}
}