-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 796 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 796 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
{
"name": "TestProj",
"version": "0.0.1",
"scripts": {
"start": "blueprint run",
"build": "blueprint build && npx ts-node scripts/runDecompiler.ts",
"test": "jest --verbose",
"decompile": "npx ts-node scripts/runDecompiler.ts"
},
"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.8.7",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
},
"dependencies": {
"@tact-lang/opcode": "^0.0.17"
}
}