-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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
{
"name": "koiitoadot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dockerize": "docker build -t yigitkoii/twitter_task_middleman . && docker push yigitkoii/twitter_task_middleman",
"test": "node tests/testIndex.js",
"airdrop": "node airdrop.js",
"server": "node server"
},
"author": "",
"license": "ISC",
"dependencies": {
"@_koii/create-task-cli": "^1.1.5",
"@_koii/storage-task-sdk": "^1.2.7",
"@_koii/web3.js": "^0.1.11",
"@solana/spl-token": "^0.4.8",
"@solana/web3.js": "^1.95.3",
"@spheron/storage": "^2.0.4",
"async-await-queue": "^2.1.4",
"axios": "^1.4.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"json-stringify-safe": "^5.0.1",
"moment": "^2.30.1",
"mongodb": "^6.1.0",
"node-cron": "^3.0.3",
"node-fetch": "^3.3.2",
"os": "^0.1.2",
"sqlite3": "^5.1.6",
"web3.storage": "^4.5.5"
},
"devDependencies": {
"jest": "^29.7.0"
}
}