@tonclient/appkit
Version:
FreeTON SDK: Application Kit
47 lines (46 loc) • 931 B
JSON
{
"name": "@tonclient/appkit",
"version": "0.3.0",
"description": "FreeTON SDK: Application Kit",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/tonlabs/ton-client-js.git"
},
"scripts": {
"test": "npx jest",
"prepublishOnly": "npm i && npx tsc"
},
"keywords": [
"TON",
"Client",
"FreeTON",
"TONOS",
"SDK"
],
"author": "TON DEV SOLUTIONS 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"
},
"dependencies": {
"@tonclient/core": "^1"
},
"devDependencies": {
"@babel/preset-env": "^7.13.10",
"@babel/preset-typescript": "^7.13.0",
"@tonclient/lib-node": "^1",
"@types/jest": "^26.0.21",
"@types/node": "^14.14.35",
"jest": "^26.6.3",
"typescript": "^4.0.3"
}
}