-
Notifications
You must be signed in to change notification settings - Fork 10
/
123.json
42 lines (38 loc) · 1.13 KB
/
123.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
{
"private": true,
"scripts": {
"build": "tact --config ./tact.config.json",
"test": "jest",
"deploy": "ts-node ./sources/contract.deploy.Staking.ts",
"deploy2": "ts-node ./sources/contract.deploy.LPD.ts",
"read": "ts-node ./sources/contract.read.ts",
"d1": "ts-node ./sources/1_Transfer_Stake.ts",
"d2": "ts-node ./sources/2_TransferURL.ts",
"d3": "ts-node ./sources/3_UpdateLPD_JettonInfo.ts",
"d4": "ts-node ./sources/4_Owner_Transfer_Round.ts",
"d5": "ts-node ./sources/5_UpdateAddress.ts"
},
"dependencies": {
"@aws-crypto/sha256-js": "^4.0.0",
"@tact-lang/compiler": "^1.1.0",
"@tact-lang/emulator": "^3.2.2",
"@types/jest": "^29.2.4",
"@types/node": "^18.11.14",
"@types/qs": "^6.9.7",
"base64url": "^3.0.1",
"enquirer": "^2.3.6",
"jest": "^29.3.1",
"open": "^8.4.0",
"prando": "^6.0.1",
"prettier": "^2.5.1",
"qs": "^6.11.0",
"ton": "^13.4.1",
"ton-core": "^0.49.0",
"ton-crypto": "^3.2.0",
"ton-emulator": "^2.1.1",
"tonweb": "^0.0.60",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
}
}