@custonomy/ton-js-bridge
Version:
TON Connect JS Bridge for Custonomy
31 lines (30 loc) • 671 B
JSON
{
"name": "@custonomy/ton-js-bridge",
"version": "1.0.5",
"description": "TON Connect JS Bridge for Custonomy",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ton",
"connect",
"bridge",
"custonomy"
],
"author": "Raymond Lam",
"license": "MIT",
"devDependencies": {
"@types/node": "^22.8.5",
"typescript": "^4.5.5"
},
"dependencies": {
"@custonomy/community-sdk": "^2.2.6",
"@ton/core": "^0.59.0",
"@ton/crypto": "^3.3.0",
"@ton/ton": "^15.1.0",
"@tonconnect/protocol": "^2.2.6"
}
}