-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 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
{
"name": "dmc_index",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"assert": "^2.1.0",
"axios": "^1.6.2",
"better-sqlite3": "^8.2.0",
"bignumber.js": "^9.1.2",
"bitcoin-core": "^4.1.0",
"bs58": "^5.0.0",
"chokidar": "^3.5.3",
"cli-progress": "^3.12.0",
"decimal.js": "^10.4.3",
"koa": "^2.13.1",
"koa-bodyparser": "^4.4.1",
"koa-cors": "0.0.16",
"koa-logger": "^3.2.1",
"koa-router": "^10.0.0",
"log4js": "^6.9.1",
"lru-cache": "^10.1.0",
"moment": "^2.30.1",
"moment-timezone": "^0.5.44",
"proper-lockfile": "^4.1.2",
"satoshi-bitcoin": "^1.0.5",
"sqlite3": "^5.1.6",
"underscore": "^1.13.6",
"web3": "^4.3.0",
"winston": "^3.11.0",
"winston-daily-rotate-file": "^4.7.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"eslint": "^8.56.0",
"node-fetch": "^2.6.6"
}
}