forked from holepunchto/hyperbeam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 782 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
{
"name": "bitbeam",
"version": "3.0.4",
"description": "A 1-1 end-to-end encrypted internet pipe powered by Hyperswarm",
"main": "index.js",
"bin": {
"bitbeam": "./bin.js"
},
"scripts": {
"test": "standard"
},
"dependencies": {
"@hyperswarm/dht": "^6.5.1",
"b4a": "^1.6.4",
"bsv2": "^2.0.15",
"hi-base32": "^0.5.1",
"queue-tick": "^1.0.1",
"sodium-universal": "^4.0.0",
"streamx": "^2.15.2"
},
"devDependencies": {
"standard": "^17.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/bitbeam/bitbeam.git"
},
"author": "Tomás Diaz (@samooth)",
"license": "MIT",
"bugs": {
"url": "https://github.com/samooth/bitbeam/issues"
},
"homepage": "https://github.com/samooth/bitbeam"
}