UNPKG

@ton-api/client

Version:
63 lines (62 loc) 1.78 kB
{ "name": "@ton-api/client", "version": "0.4.0", "description": "Autogenerated SDK for tonapi.io", "keywords": [ "TON", "Blockchain", "API", "TonApi" ], "license": "MIT", "author": "Ton Apps", "authors": [ { "name": "mois-ilya" } ], "main": "./dist/client.js", "types": "./dist/client.d.ts", "files": [ "dist", "README.md", "LICENSE" ], "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" }, "scripts": { "build": "npm run clean && npx tsx ./src/generate.ts && npm run test && npx tsc", "patch": "npm run build && git diff --quiet || (npm version patch && npm run build)", "prepublishOnly": "npm run build && git diff --quiet || (echo 'Error: Uncommitted changes detected.' && exit 1)", "test": "jest --runInBand", "clean": "rimraf ./dist" }, "devDependencies": { "@ton/core": "^0.59.0", "@types/jest": "^29.5.12", "@types/json-bigint": "^1.0.4", "@types/node": "^20.14.2", "jest": "^29.7.0", "jest-fetch-mock": "^3.0.3", "lodash": "^4.17.21", "patch-package": "^8.0.0", "rimraf": "^5.0.7", "swagger-typescript-api": "13.0.9", "ts-jest": "^29.1.4", "ts-node": "^10.9.2", "tsx": "^4.16.2", "typescript": "^5.4.5" }, "peerDependencies": { "@ton/core": ">=0.59.0" }, "dependencies": { "core-js-pure": "^3.38.0" } }