forked from Pigeoncoin/pgn-rpc-explorer
-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
67 lines (67 loc) · 1.8 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
67
{
"name": "rpc-explorer",
"version": "1.3.1",
"description": "Explorer for Bitcoin and RPC-compatible blockchains",
"private": false,
"bin": "bin/cli.js",
"scripts": {
"start": "node --max_old_space_size=8096 ./bin/www",
"refresh-mining-pool-configs": "node ./bin/refresh-mining-pool-configs.js"
},
"keywords": [
"bitcoin",
"litecoin",
"pigeoncoin",
"raptoreum",
"blockchain"
],
"author": "Tri Nguyen",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/npq7721/rpc-explorer.git"
},
"dependencies": {
"@dashevo/dashcore-lib": "^0.18.12",
"async": "^3.2.4",
"basic-auth": "^2.0.1",
"bitcoin-core": "^4.1.0",
"bitcoinjs-lib": "^6.0.2",
"bitcore-lib": "^8.25.40",
"bluebird": "^3.7.2",
"body-parser": "~1.20.1",
"cookie-parser": "^1.4.6",
"crypto-js": "^4.1.1",
"csurf": "^1.11.0",
"debug": "^4.3.4",
"decimal.js": "^10.4.2",
"dotenv": "^16.0.3",
"electrum-client": "github:chaintools/node-electrum-client#43a999036f9c5",
"express": "^4.18.2",
"express-rate-limit": "^6.6.0",
"express-session": "^1.17.3",
"helmet": "^6.0.0",
"i18n": "^0.15.1",
"is-port-reachable": "^3.1.0",
"jstransformer-markdown-it": "^3.0.0",
"lru-cache": "^7.14.0",
"marked": "^5.0.2",
"meow": "^9.0.0",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"mongoose": "^6.6.7",
"morgan": "^1.10.0",
"node-schedule": "^2.1.0",
"pug": "^3.0.2",
"qrcode": "^1.5.1",
"ravenassetjs-lib": "git+https://github.com/npq7721/ravenassetjs-lib.git#merge-update",
"redis": "^4.3.1",
"request": "2.88.0",
"serve-favicon": "^2.5.0",
"simple-git": "^3.14.1"
},
"devDependencies": {
"less": "^3.13.1",
"npm-run-all": "^4.1.5"
}
}