-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 1.9 KB
/
Copy pathpackage.json
File metadata and controls
79 lines (79 loc) · 1.9 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "bitcore-node-pirate",
"description": "Full node with extended capabilities using Bitcore and Pirate",
"author": "BitPay <dev@bitpay.com>",
"version": "3.1.2",
"main": "./index.js",
"repository": "git+https://git@github.com/piratenetwork/bitcore-node-pirate.git",
"homepage": "https://github.com/piratenetwork/bitcore-node-pirate",
"bugs": {
"url": "https://github.com/piratenetwork/bitcore-node/issues"
},
"contributors": [
{
"name": "Christopher Jeffrey"
},
{
"name": "Braydon Fuller",
"email": "braydon@bitpay.com"
},
{
"name": "Chris Kleeschulte",
"email": "chrisk@bitpay.com"
},
{
"name": "Patrick Nagurny",
"email": "patrick@bitpay.com"
},
{
"name": "Jack Grigg",
"email": "jack@z.cash"
}
],
"bin": {
"bitcore-node": "./bin/bitcore-node"
},
"engines": {
"node": ">=18",
"npm": ">=9"
},
"scripts": {
"test": "mocha -R spec --recursive",
"regtest": "./scripts/regtest",
"coverage": "nyc --reporter=text --reporter=lcov mocha -R spec --recursive"
},
"tags": [
"pirate",
"pirated"
],
"dependencies": {
"async": "^3.2.6",
"bitcoind-rpc": "^0.6.0",
"bitcore-lib-pirate": "git+https://git@github.com/piratenetwork/bitcore-lib-pirate",
"body-parser": "^1.20.6",
"colors": "^1.4.0",
"commander": "^15.0.0",
"errno": "^1.0.0",
"express": "^4.22.2",
"liftoff": "^5.0.1",
"lru-cache": "^11.5.2",
"semver": "^7.8.5",
"socket.io": "^4.8.3",
"socket.io-client": "^4.8.3",
"zeromq": "^6.5.0"
},
"optionalDependencies": {
"bufferutil": "^4.1.0",
"utf-8-validate": "^6.0.6"
},
"devDependencies": {
"benchmark": "^2.1.4",
"bitcore-p2p": "^10.10.7",
"chai": "^4.5.0",
"mocha": "^11.8.0",
"nyc": "^17.1.0",
"proxyquire": "^2.1.3",
"sinon": "^22.1.0"
},
"license": "MIT"
}