-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (65 loc) · 1.98 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "[email protected]",
"description": "Full node with extended capabilities using Astracore and Astracoin Core",
"author": "ASTRA <[email protected]>",
"version": "0.0.7",
"publishConfig": { "registry": "https://npm.pkg.github.com/" },
"main": "./index.js",
"repository": "https://github.com/AstraCore/astracore-node.git",
"homepage": "https://github.com/AstraCore/astracore-node",
"bugs": {
"url": "https://github.com/AstraCore/astracore-node/issues"
},
"contributors": [
],
"bin": {
"astracore-node": "./bin/astracore-node"
},
"scripts": {
"test": "mocha -R spec --recursive",
"regtest": "./scripts/regtest",
"jshint": "jshint --reporter=node_modules/jshint-stylish ./lib",
"coverage": "istanbul cover _mocha -- --recursive",
"coveralls": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --recursive -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"tags": [
"astra"
],
"dependencies": {
"async": "^3.2.0",
"astrad-rpc": "https://github.com/AstraCore/astrad-rpc.git#master",
"astracore-lib": "https://github.com/AstraCore/astracore-lib.git#master",
"bitcore-lib": "^8.20.5",
"body-parser": "^1.13.3",
"colors": "^1.1.2",
"commander": "^6.0.0",
"errno": "^0.1.4",
"express": "^4.17.1",
"liftoff": "^2.2.0",
"lru-cache": "^6.0.0",
"mkdirp": "0.5.0",
"path-is-absolute": "^2.0.0",
"semver": "^7.3.2",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0",
"zmq": "^2.14.0"
},
"optionalDependencies": {
"bufferutil": "~4.0.1",
"utf-8-validate": "~5.0.2"
},
"devDependencies": {
"benchmark": "2.1.4",
"bitcore-p2p": "^1.1.0",
"chai": "^3.5.0",
"coveralls": "^3.1.0",
"istanbul": "^0.4.3",
"jshint": "^2.11.1",
"jshint-stylish": "^2.1.0",
"mocha": "^8.0.1",
"proxyquire": "^1.3.1",
"rimraf": "^3.0.2",
"sinon": "^9.0.2"
},
"license": "MIT"
}