ton3
Version:
TON Blockchain low-level API tools
38 lines (37 loc) • 756 B
JSON
{
"name": "ton3",
"version": "0.0.16",
"description": "TON Blockchain low-level API tools",
"main": "./dist/index.js",
"scripts": {
"build": "tsc -p tsconfig.build.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tonstack/ton3.git"
},
"keywords": [
"ton",
"boc",
"cell",
"api",
"adnl",
"liteserver",
"liteclient",
"blockchain"
],
"author": "TonStack",
"license": "MIT",
"bugs": {
"url": "https://github.com/tonstack/ton3/issues"
},
"homepage": "https://github.com/tonstack/ton3#readme",
"dependencies": {
"ton3-core": "0.0.18",
"ton3-providers": "0.0.9"
},
"devDependencies": {
"@types/node": "^17.0.23",
"typescript": "^4.6.3"
}
}