-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.13 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.13 KB
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
{
"name": "zk-ton-example",
"version": "0.0.1",
"scripts": {
"bp": "blueprint",
"start": "blueprint run",
"build": "blueprint build",
"test": "jest --verbose",
"generate:verifiers": "ts-node scripts/regenerate-verifiers.ts",
"release": "blueprint pack && npm publish --access public"
},
"dependencies": {
"@ton/convert-func-to-tolk": "^1.0.0",
"@ton/core": "~0",
"@types/snarkjs": "^0.7.9",
"export-ton-verifier": "^2.3.0",
"snarkjs": "^0.7.6"
},
"devDependencies": {
"@tact-lang/compiler": ">=1.6.13 <2.0.0",
"@ton-community/func-js": ">=0.11.0",
"@ton/blueprint": ">=0.44.2",
"@ton/crypto": "^3.3.0",
"@ton/sandbox": ">=0.42.0",
"@ton/test-utils": ">=0.12.0",
"@ton/tolk-js": ">=1.4.0",
"@ton/ton": "^16.2.4",
"@types/jest": "^30.0.0",
"@types/mocha": "^10.0.10",
"@types/node": "^25.7.0",
"jest": "^30.4.2",
"prettier": "^3.8.3",
"ts-jest": "^29.4.9",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
}
}