{ "name": "UniversalWallet", "version": "0.0.1", "scripts": { "start": "blueprint run", "build": "blueprint build", "test": "jest --verbose" }, "devDependencies": { "@ton/blueprint": "^0.19.0", "@ton/core": "~0", "@ton/crypto": "^3.2.0", "@ton/sandbox": "^0.17.0", "@ton/test-utils": "^0.4.2", "@ton/ton": "^13.11.1", "@types/jest": "^29.5.12", "@types/node": "^20.11.20", "jest": "^29.7.0", "prettier": "^3.2.5", "ts-jest": "^29.1.2", "ts-node": "^10.9.2", "typescript": "^5.4.3" }, "dependencies": { "tweetnacl-ts": "^1.0.3" } }