forked from koii-network/data-gathering-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 677 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 677 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
{
"name": "js_app_deploy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"webpack": "webpack",
"webpack:prod": "webpack --mode production"
},
"author": "",
"license": "ISC",
"dependencies": {
"@_koi/web3.js": "^0.0.6",
"@_koii/create-task-cli": "^0.1.12",
"axios": "^0.27.2",
"express": "^4.18.1",
"leveldown": "^6.1.1",
"levelup": "^5.1.1",
"node-cron": "^3.0.2",
"request": "^2.88.2",
"web3.storage": "^4.4.0"
},
"devDependencies": {
"webpack": "^5.28.0",
"webpack-cli": "^4.5.0"
}
}