@ton-api/ton-adapter
Version:
TonApi adapter for @ton/ton
61 lines (60 loc) • 1.58 kB
JSON
{
"name": "@ton-api/ton-adapter",
"version": "0.4.1",
"description": "TonApi adapter for @ton/ton",
"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": {
"build": "tsup && npx rimraf ./dist/index.d.mts",
"prepublishOnly": "npm run build && git diff --quiet || (echo 'Error: Uncommitted changes detected.' && exit 1)",
"test": "jest --runInBand"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/tonkeeper/tonapi-js/issues"
},
"homepage": "https://github.com/tonkeeper/tonapi-js/blob/main/packages/ton-adapter#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/tonkeeper/tonapi-js.git"
},
"keywords": [
"TON",
"Blockchain",
"API",
"TonApi",
"Adapter"
],
"author": "Ton Apps",
"authors": [
{
"name": "mois-ilya"
},
{
"name": "siandreev"
}
],
"peerDependencies": {
"@ton-api/client": "^0.4.0",
"@ton/core": ">=0.60.1"
},
"devDependencies": {
"@ton-api/client": "^0.4.0",
"@types/node": "^20.11.16",
"dotenv": "^16.4.5",
"tsup": "^8.2.1",
"typescript": "^5.5.3"
}
}