-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.02 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": "blind-relay",
"version": "1.3.3",
"description": "Blind relay for UDX over Protomux channels",
"main": "index.js",
"files": [
"index.js",
"lib"
],
"scripts": {
"test": "standard && brittle test.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holepunchto/blind-relay.git"
},
"author": "Holepunch",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/holepunchto/blind-relay/issues"
},
"homepage": "https://github.com/holepunchto/blind-relay#readme",
"imports": {
"events": {
"bare": "bare-events",
"default": "events"
}
},
"dependencies": {
"b4a": "^1.6.4",
"bare-events": "^2.2.0",
"bits-to-bytes": "^1.3.0",
"compact-encoding": "^2.12.0",
"compact-encoding-bitfield": "^1.0.0",
"protomux": "^3.5.1",
"sodium-universal": "^4.0.0",
"streamx": "^2.15.1"
},
"devDependencies": {
"brittle": "^3.2.1",
"hyperdht": "^6.6.1",
"standard": "^17.0.0",
"udx-native": "^1.6.1"
}
}