-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 782 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 782 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
29
30
31
{
"name": "simple-zk",
"version": "0.0.1",
"description": "Simple zk for TON",
"author": "@Saber_Coder",
"license": "MIT",
"scripts": {
"test": "jest"
},
"devDependencies": {
"@ton-community/blueprint": "^0.10.0",
"@ton-community/sandbox": "^0.12.0-tvmbeta.1",
"@ton-community/test-utils": "^0.2.0",
"@types/jest": "^29.5.0",
"@types/node": "^20.2.5",
"ffjavascript": "^0.2.59",
"jest": "^29.5.0",
"prettier": "^2.8.6",
"snarkjs": "^0.7.0",
"ton": "^13.4.1",
"ton-core": "^0.49.0",
"ton-crypto": "^3.2.0",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"overrides": {
"@ton-community/func-js-bin": "0.4.5-tvmbeta.1",
"@ton-community/func-js": "0.6.3-tvmbeta.1"
}
}