-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 979 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
36
{
"name": "@zetachain/protocol-contracts-ton",
"version": "0.0.0-set-on-publish",
"author": "zetachain",
"license": "MIT",
"scripts": {
"start": "blueprint run",
"build": "blueprint build",
"prettier": "prettier -c .",
"test": "jest --verbose"
},
"main": "dist/index.js",
"files": [
"dist",
"build"
],
"devDependencies": {
"@ton/blueprint": "^0.24.0",
"@ton/core": "~0",
"@ton/crypto": "^3.2.0",
"@ton/sandbox": "^0.20.0",
"@ton/test-utils": "^0.4.2",
"@ton/ton": "^15.1.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.10",
"jest": "^29.7.0",
"prettier": "^3.3.2",
"ts-jest": "^29.2.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
},
"dependencies": {
"ethers": "^6.13.2"
},
"packageManager": "[email protected]+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}