forked from koii-network/VPS-task
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 696 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 696 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
{
"name": "js_app_deploy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest --detectOpenHandles",
"start": "node index.js",
"webpack": "webpack",
"webpack:prod": "webpack --mode production"
},
"author": "",
"license": "ISC",
"dependencies": {
"@_koi/web3.js": "^0.0.6",
"axios": "^0.27.2",
"body-parser": "^1.20.2",
"dotenv": "^16.3.0",
"express": "^4.18.1",
"nedb-promises": "^6.2.1",
"node-cron": "^3.0.2",
"request": "^2.88.2",
"web3.storage": "^4.4.0"
},
"devDependencies": {
"jest": "^29.5.0",
"joi": "^17.9.2",
"webpack": "^5.28.0",
"webpack-cli": "^4.5.0"
}
}