-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.43 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.43 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
44
45
46
47
48
49
50
51
{
"name": "v2-utils",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"lint": "prettier --write \"**/*.{js,ts,json}\"",
"cmd": "ts-node ./src/cli.ts",
"getAllCurrentAuctions": "ts-node ./src/cli.ts getAllCurrentAuctions",
"setupLiquidationAccs": "ts-node ./src/cli.ts setupLiquidationAccs",
"liquidationFlow": "ts-node ./src/cli.ts liquidationFlow"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@alchemy/aa-accounts": "^3.6.1",
"@alchemy/aa-alchemy": "^3.6.1",
"@alchemy/aa-core": "^3.6.1",
"@google-cloud/local-auth": "^3.0.1",
"@safe-global/api-kit": "^2.4.4",
"@safe-global/protocol-kit": "^4.0.4",
"@safe-global/safe-core-sdk-types": "^5.0.3",
"@trezor/connect": "^9.3.0",
"@types/prompt-sync": "^4.2.3",
"@types/ws": "^8.5.10",
"axios": "^1.6.2",
"chalk": "4.1.2",
"child_process": "^1.0.2",
"commander": "^11.1.0",
"csv-parse": "^6.1.0",
"dotenv": "^16.3.1",
"ethers": "^6.13.5",
"ethers-multisend": "^3.1.0",
"firebase-admin": "^13.6.0",
"googleapis": "^164.1.0",
"jsdom": "^26.1.0",
"prettier": "^3.1.1",
"prompt-sync": "^4.2.0",
"readline": "^1.3.0",
"ts-node": "^10.9.1",
"typescript": "^5.3.2",
"viem": "^2.22.23",
"winston": "^3.11.0",
"ws": "^8.15.1"
},
"devDependencies": {
"@types/jsdom": "^21.1.7",
"@types/node": "^20.9.5"
}
}