wallet-v3cr3/package.json

25 lines
633 B
JSON

{
"name": "WalletV3CR3",
"version": "0.0.1",
"scripts": {
"start": "blueprint run",
"build": "blueprint build",
"test": "jest --verbose"
},
"devDependencies": {
"@ton/blueprint": "^0.16.0",
"@ton/sandbox": "^0.15.0",
"@ton/test-utils": "^0.4.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.20",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"@ton/ton": "^13.11.0",
"@ton/core": "~0",
"@ton/crypto": "^3.2.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}