-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·35 lines (35 loc) · 907 Bytes
/
package.json
File metadata and controls
executable file
·35 lines (35 loc) · 907 Bytes
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
{
"name": "validator",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./src/index.js",
"startLog": "node ./src/index.js > log.txt 2>&1",
"dev": "nodemon ./src/index.js",
"startDb": ".\\bin\\mongodb-win32-x86_64-windows-4.4.4\\bin\\mongod.exe --dbpath .\\data"
},
"author": "",
"license": "ISC",
"dependencies": {
"@koa/cors": "^3.1.0",
"@polkadot/api": "^4.0.3",
"axios": "^0.21.0",
"bignumber.js": "^9.0.1",
"bn.js": "^5.1.3",
"cron": "^1.8.2",
"koa": "^2.13.0",
"koa-bodyparser": "^4.3.0",
"koa-cash": "^4.0.5",
"koa-compress": "^5.0.1",
"koa-logger": "^3.2.1",
"koa-router": "^10.0.0",
"koa2-cors": "^2.0.6",
"moment": "^2.29.1",
"mongoose": "^5.11.17"
},
"devDependencies": {
"nodemon": "^2.0.6"
}
}