@ton3/liteclient
Version:
TON Blockchain LiteClient
47 lines (46 loc) • 1 kB
JSON
{
"name": "@ton3/liteclient",
"version": "0.0.7",
"description": "TON Blockchain LiteClient",
"main": "./dist/index.js",
"scripts": {
"build": "tsc -p tsconfig.build.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tonkite/ton3-liteclient.git"
},
"keywords": [
"ton",
"blockchain",
"liteclient",
"cell",
"boc",
"tlb",
"tl"
],
"author": "Tonkite",
"license": "MIT",
"bugs": {
"url": "https://github.com/tonkite/ton3-liteclient/issues"
},
"homepage": "https://github.com/tonkite/ton3-liteclient#readme",
"dependencies": {
"@tonkite/core": "^0.1.2",
"@tonkite/types": "^0.1.2",
"adnl": "^1.0.3",
"buffer": "^6.0.3",
"crc-32": "^1.2.2",
"debug": "^4.3.4",
"events": "^3.3.0"
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/events": "^3.0.0",
"@types/node": "^18.13.0",
"typescript": "^4.9.5"
},
"peerDependencies": {
"ton3-core": "^1.0.1"
}
}