forked from koii-network/task-X
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.16 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.16 KB
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": "js_app_deploy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"go": "yarn && yarn start > log.txt | tail -f log.txt | yarn test:api ",
"test": "node tests/test-one-round.js",
"start": "node index.js",
"webpack": "webpack",
"webpack:prod": "webpack --mode production",
"webpack:deploy": "yarn webpack:prod && yarn deploy",
"deploy": "create-task-cli",
"whammy": "yarn webpack:deploy"
},
"author": "",
"license": "ISC",
"dependencies": {
"@_koi/web3.js": "^0.0.6",
"@lit-protocol/lit-node-client": "^2.2.63",
"@spheron/storage": "^2.0.4",
"axios": "^1.3.6",
"cheerio": "^1.0.0-rc.12",
"dotenv": "^16.0.3",
"express": "^4.18.1",
"fs": "^0.0.1-security",
"leveldown": "^6.1.1",
"levelup": "^5.1.1",
"nedb-promises": "^6.2.1",
"needle": "^3.2.0",
"node-cron": "^3.0.2",
"puppeteer": "^19.11.0",
"puppeteer-chromium-resolver": "^19.1.0",
"request": "^2.88.2",
"selenium-webdriver": "^4.8.2",
"twitter-api-v2": "^1.14.2",
"web3.storage": "^4.4.0"
},
"devDependencies": {
"webpack": "^5.28.0",
"webpack-cli": "^4.5.0"
}
}