forked from sickpig/bch-rpc-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.76 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
{
"name": "bch-rpc-explorer",
"version": "0.0.8",
"description": "Self-hosted Bitcoin Cash blockchain explorer",
"private": false,
"bin": "bin/cli.js",
"gypfile": true,
"scripts": {
"start": "node ./bin/www",
"refresh-mining-pool-configs": "node ./bin/refresh-mining-pool-configs.js",
"start-cli": "node ./bin/cli.js"
},
"keywords": [
"bitcoin cash",
"blockchain",
"Peer-to-peer Electronic Cash System"
],
"author": "Andrea (sickpig) Suisani <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/sickpig/bch-rpc-explorer.git"
},
"dependencies": {
"@bitauth/libauth": "^1.19.1",
"async": "^3.2.0",
"basic-auth": "^2.0.1",
"bindings": "^1.5.0",
"bitcoin-core": "EchterAgo/bitcoin-core#c30b4a0cd51305449c08ca361b15afc1646b5388",
"bluebird": "^3.7.2",
"body-parser": "~1.19.0",
"cookie-parser": "^1.4.5",
"crypto-js": "3.1.9-1",
"csurf": "^1.11.0",
"debug": "~4.1.1",
"decimal.js": "^10.2.0",
"dotenv": "^8.2.0",
"electrum-client": "github:janoside/electrum-client",
"express": "^4.17.1",
"express-rate-limit": "^6.6.0",
"express-session": "^1.17.1",
"jstransformer-markdown-it": "^2.1.0",
"lru-cache": "^5.1.1",
"marked": "^0.7.0",
"md5": "^2.2.1",
"meow": "^5.0.0",
"moment": "^2.27.0",
"moment-duration-format": "^2.3.2",
"morgan": "^1.10.0",
"msgpack-lite": "^0.1.26",
"node-addon-api": "^3.0.2",
"pug": "^2.0.4",
"qrcode": "^1.4.4",
"redis": "^2.8.0",
"request": "^2.88.2",
"semver": "^7.3.2",
"serve-favicon": "^2.5.0",
"simple-git": "^1.132.0",
"text-decoding": "^1.0.0"
},
"devDependencies": {
"less": "3.9.0",
"npm-run-all": "^4.1.5"
}
}