tonapi
Version:
40 lines (39 loc) • 848 B
JSON
{
"name": "tonapi",
"version": "0.0.1-beta.0",
"description": "SDK for tonapi.io",
"files": ["dist"],
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"default": "./dist/index.js"
}
},
"scripts": {},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/tonkeeper/tonapi-js/issues"
},
"homepage": "https://github.com/tonkeeper/tonapi-js/blob/main/packages/client#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/tonkeeper/tonapi-js.git"
},
"keywords": [
"TON",
"Blockchain",
"API",
"TonApi"
],
"author": "Ton Apps",
"authors": [
{
"name": "siandreev"
}
]
}