-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 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
{
"name": "datdot-node-javascript",
"version": "0.0.1-pre-alpha",
"description": "datdot nodejs chain server",
"scripts": {
"start": "node start.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/datdotorg/datdot-node-javascript.git"
},
"keywords": [
"datdot",
"chain",
"dat",
"hypercore"
],
"exports": {
".": "./src/datdot-node-javascript.js",
"./start.js": "./start.js",
"./*": "./src/modules/*.js"
},
"engines": {
"node": "16.x"
},
"author": "ninabreznik, serapath",
"license": "MIT",
"bugs": {
"url": "https://github.com/datdotorg/datdot-node-javascript/issues"
},
"homepage": "https://github.com/datdotorg/datdot-node-javascript#readme",
"dependencies": {
"b4a": "^1.6.4",
"cross-spawn": "^7.0.3",
"datdot-service": "github:datdotorg/datdot-service",
"graceful-goodbye": "^1.3.0",
"hypercore-crypto": "^3.3.1",
"hyperdht": "^6.6.1",
"hyperswarm": "^4.5.1",
"varint": "^6.0.0",
"ws": "^8.13.0"
}
}