-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 904 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
{
"name": "tact-jetton",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/Reveloper/tact-jetton",
"author": "Alex Golev <[email protected]>",
"license": "MIT",
"scripts": {
"build": "tact --config tact.config.json",
"test": "jest",
"deploy": "ts-node sources/jetton.deploy.ts"
},
"dependencies": {
"@aws-crypto/sha256-js": "^3.0.0",
"@types/jest": "^29.2.4",
"@types/node": "^18.11.14",
"@types/qs": "^6.9.7",
"build": "^0.1.4",
"jest": "^29.3.1",
"prando": "^6.0.1",
"qs": "^6.11.0",
"ton": "^13.3.0",
"ton-contract-executor": "^0.6.0",
"ton-core": "^0.46.0",
"ton-crypto": "^3.2.0",
"ton-emulator": "^1.2.0",
"ton-nodejs": "^1.4.3",
"ton-tact": "^0.8.11",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
},
"resolutions": {
"ton": "12.3.2"
}
}