-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
44 lines (44 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
40
41
42
43
44
{
"name": "evaa-liquidator",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc -p .",
"start": "ts-node src/index.ts",
"start:dev": "npx nodemon",
"test": "npx tsx --test"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/chai": "^4.3.17",
"@types/jest": "^29.5.13",
"@types/node": "^20.8.3",
"chai": "^5.1.1",
"jest": "^29.7.0",
"nodemon": "^3.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@evaafi/sdk": "^0.6.1-a",
"@iota/sdk": "^1.1.0",
"@orbs-network/ton-access": "^2.3.3",
"@ton/core": "0.56.0",
"@ton/crypto": "^3.2.0",
"@ton/ton": "^14.0.0",
"@tonconnect/sdk": "^3.0.5",
"axios": "^1.5.1",
"crypto-js": "^4.2.0",
"decimal.js": "10.4.3",
"dotenv": "^16.4.5",
"ethereumjs-util": "7.0.10",
"ethers": "5.6.9",
"evaa-liquidator": "./",
"sort-deep-object-arrays": "^1.1.2",
"sqlite": "^5.0.1",
"sqlite3": "^5.1.6"
}
}