-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 836 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 836 Bytes
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": "regtest-server",
"version": "1.0.0",
"description": "",
"private": true,
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitcoinjs/regtest-server.git"
},
"author": "",
"license": "BSD3",
"bugs": {
"url": "https://github.com/bitcoinjs/regtest-server/issues"
},
"homepage": "https://github.com/bitcoinjs/regtest-server#readme",
"dependencies": {
"bitcoinjs-lib": "^5.2.0",
"cors": "^2.8.5",
"debug": "^4.3.4",
"debug-ware": "^1.2.10",
"easy-express-api": "^2.0.5",
"indexd": "^0.9.1",
"leveldown": "^6.1.1",
"run-parallel": "^1.2.0",
"typeforce": "^1.18.0",
"yajrpc": "^1.4.4",
"zeromq": "^5.3.1"
}
}