-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 949 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
33
34
35
36
{
"name": "explorer",
"version": "1.7.4",
"private": true,
"scripts": {
"start": "node --stack-size=10000 ./bin/cluster",
"stop": "kill -2 $(cat tmp/cluster.pid)",
"test": "node ./node_modules/jasmine/bin/jasmine.js"
},
"dependencies": {
"async": "^3.2.4",
"bitcoin-core": "^2.3.0",
"bitcoin-node-api": "git+http://git@github.com/uaktags/Bitcoin-Node-Api.git",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"debug": "~4.1.1",
"express": "~4.17.1",
"express-mongo-sanitize": "^2.2.0",
"helmet": "^7.0.0",
"intl": "^1.2.5",
"jsonminify": "0.2.3",
"jstransformer-markdown-it": "^2.1.0",
"mongodb": "^3.7.4",
"mongoose": "5.7.7",
"morgan": "~1.9.1",
"pug": "^2.0.4",
"qr-image": "~2.0.0",
"request": "^2.88.2",
"static-favicon": "~1.0.0",
"xss-clean": "^0.1.4"
},
"devDependencies": {
"jasmine": "^3.99.0"
}
}