{
  "name": "tonapi-sdk-js",
  "version": "2.0.14",
  "description": "Autogenerated SDK for tonapi.io",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "scripts": {
    "build": "rm -rf src && rm -rf dist && yarn generate && yarn tsc && rm -rf src",
    "generate": "swagger-typescript-api -p https://raw.githubusercontent.com/tonkeeper/opentonapi/master/api/openapi.yml --unwrap-response-data --module-name-first-tag --single-http-client -o ./src -n index"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/startfellows/tonapi-sdk-js/issues"
  },
  "homepage": "https://github.com/startfellows/tonapi-sdk-js#readme",
  "repository": "https://github.com/startfellows/tonapi-sdk-js",
  "keywords": [
    "TON",
    "Blockchain",
    "API"
  ],
  "author": "vlkmx",
  "devDependencies": {
    "swagger-typescript-api": "^13.0.21"
  }
}
