-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.14 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
{
"name": "fluxstorage",
"version": "1.1.0",
"description": "Flux Storage",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "mocha tests --timeout 10000",
"lint": "eslint ./",
"lint:fix": "eslint ./ --fix"
},
"author": "Tadeas Kmenta",
"license": "MIT",
"dependencies": {
"apicache": "^1.6.3",
"axios": "^1.2.1",
"bchaddrjs": "^0.5.2",
"bignumber.js": "^9.1.1",
"bitcoinjs-lib": "^6.1.0",
"bitgo-utxo-lib": "https://github.com/zelcore-io/bitgo-utxo-lib",
"chai": "^4.3.7",
"compression": "^1.7.5",
"config": "^3.3.8",
"cors": "^2.8.5",
"express": "^4.18.2",
"express-rate-limit": "^7.4.1",
"lru-cache": "~10.1.0",
"mocha": "^10.1.0",
"mongodb": "^4.12.1",
"morgan": "^1.10.0",
"node-cmd": "~5.0.0",
"nodemon": "^2.0.20",
"qs": "^6.11.0",
"supertest": "^6.3.3",
"unique-names-generator": "^4.7.1",
"zelcorejs": "https://github.com/zelcore-io/zelcorejs"
},
"devDependencies": {
"eslint": "^8.29.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"power-assert": "^1.6.1"
}
}