{
  "name": "tezos-api-client",
  "version": "0.0.19",
  "description": "",
  "main": "build/index.js",
  "types": "build/index.d.js",
  "scripts": {
    "build": "rimraf ./src ./build && cp ../public/api/openapi.yaml ./api-docs/ && openapi-generator-cli generate",
    "tsc": "tsc"
  },
  "files": [
    "build",
    "typings.d.ts"
  ],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@openapitools/openapi-generator-cli": "2.3.6",
    "rimraf": "^3.0.2"
  }
}
