-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "@laisky/tact-utils",
"version": "0.0.1",
"description": "useful utilities for TON Tact",
"author": "Laisky Cai",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Laisky/tact-utils"
},
"keywords": [
"TON",
"tact"
],
"scripts": {
"start": "blueprint run",
"build": "blueprint build",
"test": "jest --verbose"
},
"devDependencies": {
"@ton/blueprint": "^0.27.0",
"@ton/core": "~0",
"@ton/crypto": "^3.3.0",
"@ton/sandbox": "^0.23.0",
"@ton/test-utils": "^0.4.2",
"@ton/ton": "^15.1.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.7",
"jest": "^29.7.0",
"prettier": "^3.4.2",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
},
"dependencies": {
"buffer": "^6.0.3",
"husky": "^9.1.7",
"ton": "^13.9.0",
"ton-crypto": "^3.2.0"
}
}