-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 988 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
34
35
36
37
38
39
40
41
{
"name": "asset-monitor",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "jest --verbose",
"start": "ts-node src/index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@ton/test-utils": "^0.4.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.9",
"chai": "^5.1.1",
"jest": "^29.7.0",
"nodemon": "^3.1.4",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"typescript": "^5.5.2"
},
"dependencies": {
"@iota/sdk": "^1.1.5",
"@orbs-network/ton-access": "^2.3.3",
"@swap-coffee/sdk": "^1.1.0",
"@ton-community/blueprint": "^0.12.0",
"@ton/core": "^0.56.3",
"@ton/crypto": "^3.2.0",
"@ton/ton": "^13.11.2",
"axios": "1.7.4",
"crypto-js": "^4.2.0",
"decimal.js": "^10.4.3",
"dotenv": "^16.4.5",
"ethereumjs-util": "^7.1.5",
"sort-deep-object-arrays": "^1.1.2",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7"
}
}