forked from UXLINK/uxlink-ton
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.27 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
45
{
"private": true,
"scripts": {
"build": "tact --config ./tact.config.json",
"test": "jest",
"deploy": "ts-node ./sources/scripts/deploy.ts",
"mint": "ts-node ./sources/scripts/mint.ts",
"burn": "ts-node ./sources/scripts/burn.ts",
"update": "ts-node ./sources/scripts/update.ts",
"updateOwner": "ts-node ./sources/scripts/updateOwner.ts"
},
"dependencies": {
"@aws-crypto/sha256-js": "^4.0.0",
"@dedust/sdk": "^0.8.6",
"@orbs-network/ton-access": "^2.3.3",
"@ston-fi/sdk": "^0.4.0",
"@tact-lang/compiler": "^1.3.1",
"@tact-lang/deployer": "^0.2.0",
"@tact-lang/emulator": "^4.3.0",
"@ton/core": "^0.54.0",
"@ton/crypto": "^3.2.0",
"@ton/sandbox": "^0.15.0",
"@ton/test-utils": "^0.4.2",
"@ton/ton": "^14.0.0",
"@types/jest": "^29.5.3",
"@types/node": "^20.2.5",
"@types/qs": "^6.9.7",
"axios": "^1.7.2",
"base64url": "^3.0.1",
"dotenv": "^16.3.1",
"enquirer": "^2.3.6",
"jest": "^29.6.2",
"open": "^8.4.0",
"prando": "^6.0.1",
"prettier": "^2.8.8",
"qs": "^6.11.0",
"ton-crypto": "^3.2.0",
"ton-emulator": "^2.1.1",
"tonweb": "^0.0.66",
"tonweb-mnemonic": "^1.0.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
}
}