@tonclient/lib-node
Version:
TON Client NodeJs AddOn
38 lines (37 loc) • 650 B
JSON
{
"name": "@tonclient/lib-node",
"version": "1.30.0",
"description": "TON Client NodeJs AddOn",
"repository": {
"type": "git",
"url": "https://github.com/tonlabs/ton-client-js.git"
},
"scripts": {
"postinstall": "node install.js"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"TON",
"Client",
"FreeTON",
"TONOS",
"SDK"
],
"author": "TON Labs LTD.",
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"homepage": "https://docs.ton.dev/",
"engines": {
"node": ">=6"
},
"devDependencies": {
"@types/node": "14.11.8"
}
}