-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 874 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
{
"name": "hyper-relay",
"version": "0.2.40",
"description": "TCP relay for hyperswarm (tunnel)",
"main": "main.js",
"scripts": {
"start": "node socks.js 1080 glitch"
},
"dependencies": {
"@hyperswarm/dht": "next",
"hi-base32": "^0.5.1",
"hypercore-crypto": "^2.3.0",
"pump": "^3.0.0",
"ssh2": "^1.5.0"
},
"bin": {
"hyper-tcp-relay-server": "server.js",
"hyper-tcp-relay-client": "client.js"
},
"bugs": {
"url": "https://github.com/lanmower/hyper-relay/issues"
},
"bundleDependencies": false,
"deprecated": false,
"engines": {
"node": "12.x"
},
"homepage": "https://github.com/lanmower/hyper-relay#readme",
"keywords": [
"node",
"hyperswarm",
"tunnel",
"tcp",
"relay"
],
"license": "MIT",
"repository": {
"url": "git+https://github.com/lanmower/hyper-relay.git"
}
}