forked from 0xsongsu/dailytask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 824 Bytes
/
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
{
"name": "robots",
"version": "1.0.0",
"description": "",
"main": "claimRaffle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@cosmjs/crypto": "^0.32.3",
"@cosmjs/proto-signing": "^0.32.3",
"@cosmjs/stargate": "^0.32.3",
"@initia/initia.js": "^0.1.51",
"@noble/secp256k1": "^2.1.0",
"axios": "^1.6.7",
"bip39": "^3.1.0",
"bitcoinjs-lib": "^6.1.6",
"child_process": "^1.0.2",
"csv-parser": "^3.0.0",
"csv-writer": "^1.6.0",
"ethers": "^5.7.2",
"fake-useragent": "^1.0.1",
"fs": "^0.0.1-security",
"https-proxy-agent": "^7.0.4",
"node-fetch": "^2.7.0",
"readline-sync": "^1.4.10",
"save": "^2.9.0",
"web3": "^4.5.0",
"winston": "^3.13.0"
}
}