-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1012 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
{
"dependencies": {
"bitcoind-rpc": "^0.8.1",
"bitcore-lib": "^8.25.7",
"bitcore-lib-cash": "^8.25.7",
"bitcore-lib-ltc": "^8.25.7",
"dotenv": "^8.2.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"mingo": "^4.1.2",
"node-cache": "^5.1.2",
"uuid": "^8.3.2",
"zeromq": "^6.0.0-beta.6"
},
"name": "bitsocket-sa",
"version": "0.0.1",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"description": "Bitsocket Standalone (SA) includes all the features from Bitsocket FH, with 95% less of the bullshit. Bitsocket SA does this by routing around mongodb and parsing transactions from ZeroMQ directly, as well as many other performance improvements.",
"repository": {
"type": "git",
"url": "git+https://github.com/kosinusbch/bitsocket-sa.git"
},
"bugs": {
"url": "https://github.com/kosinusbch/bitsocket-sa/issues"
},
"homepage": "https://bitsocket-sa.bch.sx"
}