-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 977 Bytes
/
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
{
"name": "tor-network-launcher",
"version": "0.9.5",
"description": "TOR networks launcher.",
"main": "index.js",
"type": "module",
"bin": {
"tnl": "./bin/tnl.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/koalex/tor-network-launcher.git"
},
"bugs": {
"url": "https://github.com/koalex/tor-network-launcher/issues"
},
"keywords": [
"tor",
"proxy",
"cli"
],
"author": {
"name": "Konstantin Aleksandrov",
"email": "alexandrovkm@gmail.com",
"url": "https://github.com/koalex"
},
"homepage": "https://github.com/koalex/tor-network-launcher#readme",
"license": "SEE LICENSE IN LICENSE file",
"engines": {
"node": ">=14"
},
"dependencies": {
"commander": "^6.1.0",
"cross-env": "^6.0.3",
"debug": "^4.1.1",
"portscanner": "^2.2.0",
"rimraf": "^3.0.2"
},
"devDependencies": {}
}