-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
35 lines (35 loc) · 926 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
{
"name": "Tonnel Network",
"license": "Apache-2.0",
"author": "@Saber_coder",
"scripts": {
"build": "bash ./scripts/build_circuits.sh && bash ./scripts/build_verifier.sh",
"test": "jest"
},
"devDependencies": {
"@ton-community/blueprint": "^0.9.0",
"@ton-community/sandbox": "0.12.0-tvmbeta.1",
"@ton-community/test-utils": "^0.2.0",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.5",
"circomlib": "^0.5.2",
"ethers": "^5.0.26",
"jest": "^29.5.0",
"prettier": "^2.8.6",
"snarkjs": "^0.4.4",
"split-file": "^2.3.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"
},
"dependencies": {
"fixed-merkle-tree": "^0.7.3"
}
}