forked from EmelyanenkoK/Multisig
-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 822 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 822 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
{
"name": "Multiowner",
"version": "0.0.1",
"scripts": {
"start": "blueprint run",
"build": "blueprint build",
"test": "jest"
},
"devDependencies": {
"@ton/blueprint": "^0.15.0",
"@ton/core": "^0.54.0",
"@ton/crypto": "^3.2.0",
"@ton/sandbox": "0.16.0-tvmbeta.3",
"@ton/test-utils": "^0.4.2",
"@ton/ton": "^13.10.0",
"@types/jest": "^29.5.0",
"@types/node": "^20.2.5",
"jest": "^29.5.0",
"prettier": "^2.8.6",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"overrides": {
"@ton-community/func-js-bin": "0.4.5-tvmbeta.3",
"@ton-community/func-js": "0.6.3-tvmbeta.3",
"@ton-community/sandbox": "0.16.0-tvmbeta.3"
}
}