@tonkite/highload-wallet-v3
Version:
The wrapper for highload-wallet-v3.
38 lines • 866 B
JSON
{
"name": "@tonkite/highload-wallet-v3",
"description": "The wrapper for highload-wallet-v3.",
"version": "3.0.2",
"license": "Apache-2.0",
"url": "https://github.com/tonkite/tonkite/tree/main/packages/highload-wallet-v3#readme",
"repository": {
"type": "git",
"url": "https://github.com/tonkite/tonkite"
},
"keywords": [
"ton",
"tonkite",
"highload",
"wallet"
],
"files": [
"dist"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"devDependencies": {
"@ton/core": "^0.56.3",
"@ton/crypto": "^3.3.0",
"@types/node": "^22.2.0",
"typescript": "^5.5.4",
"@tonkite/tsconfig": "0.0.0"
},
"peerDependencies": {
"@ton/core": "^0.56.3",
"@ton/crypto": "^3.3.0"
},
"scripts": {
"clean": "rm -rf dist",
"build": "tsc",
"prepublish": "pnpm clean && pnpm build"
}
}