forked from dpfaffenbauer/defichain-icx-exploit-review
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.16 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
40
41
42
43
{
"name": "bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "tsc && node dist/app.js",
"test": "jest",
"test:watch": "jest --watchAll"
},
"author": "",
"license": "ISC",
"dependencies": {
"@defichain/jellyfish-api-jsonrpc": "^2.10.5",
"@defichain/jellyfish-transaction": ">=0.44.0",
"@defichain/testcontainers": ">=0.44.0",
"@defichain/testing": ">=0.44.0",
"@defichain/whale-api-client": "^0.18.4",
"@fast-csv/parse": "^4.3.6",
"@types/mysql": "^2.15.20",
"bignumber.js": "^9.0.2",
"cli-progress": "^3.9.1",
"csv-writer": "^1.6.0",
"csvtojson": "^2.0.10",
"dotenv": "^10.0.0",
"mysql": "^2.18.1",
"sequelize": "^7.0.0-alpha2.2",
"telegraf": "^4.5.2",
"ts-progress": "^0.1.7"
},
"devDependencies": {
"@defichain/jellyfish-address": "^2.10.5",
"@defichain/jellyfish-testing": "^2.10.5",
"@defichain/jellyfish-transaction-builder": "^2.10.5",
"@types/dockerode": "^3.3.0",
"@types/jest": "^27.0.0",
"@types/validator": "^13.7.1",
"jest": "^27.0.6",
"ts-jest": "^27.0.4",
"typescript": "^4.5.4"
}
}