-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 864 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 864 Bytes
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": "tonbags-manager",
"version": "1.0.0",
"description": "manager to tonbags",
"main": "src/index.ts",
"repository": "git@github.com:crustio/tonbags-manager.git",
"author": "KayleCoder <kalecoder@outlook.com>",
"license": "MIT",
"scripts": {
"build": "gts clean && tsc",
"dev": "node --require ts-node/register src/index.ts"
},
"dependencies": {
"@orbs-network/ton-access": "^2.3.3",
"@ton/core": "^0.56.3",
"@ton/crypto": "^3.2.0",
"@ton/ton": "^13.11.2",
"axios": "^1.7.2",
"bignumber.js": "^9.1.2",
"dotenv": "^16.4.5",
"js-sha256": "^0.11.0",
"sequelize": "^6.35.2",
"sqlite3": "^5.1.7",
"winston": "^3.13.1"
},
"devDependencies": {
"@types/node": "^20.14.10",
"@types/winston": "^2.4.4",
"gts": "^5.3.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
}
}