-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 978 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
{
"name": "hyper-webrtc",
"version": "1.0.0",
"description": "WebRTC tools for the hypercore-protocol stack",
"main": "index.js",
"scripts": {
"test": "standard && brittle test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/LuKks/hyper-webrtc.git"
},
"author": "Lucas Barrena (LuKks)",
"license": "MIT",
"bugs": {
"url": "https://github.com/LuKks/hyper-webrtc/issues"
},
"homepage": "https://github.com/LuKks/hyper-webrtc#readme",
"dependencies": {
"b4a": "^1.6.4",
"compact-encoding": "^2.13.0",
"get-webrtc": "^1.0.1",
"protomux": "^3.5.1",
"safety-catch": "^1.0.2",
"streamx": "^2.15.7"
},
"devDependencies": {
"@hyperswarm/dht-relay": "^0.4.3",
"brittle": "^3.3.2",
"hypercore": "^10.32.6",
"hypercore-crypto": "^3.4.0",
"hyperdht": "^6.11.5",
"hyperswarm": "^4.7.13",
"random-access-memory": "^6.2.0",
"standard": "^17.1.0",
"ws": "^8.16.0"
}
}