{
  "name": "@rarible/api-client",
  "version": "1.152.0",
  "keywords": [
    "axios",
    "typescript",
    "openapi",
    "openapi-generator",
    "api_documentation"
  ],
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "files": [
    "build",
    "typings.d.ts"
  ],
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "scripts": {
    "download": "rimraf ./api-docs && curl -o openapi.yaml --create-dirs --output-dir ./api-docs $API_SPEC_PATH",
    "generate": "mvn clean install",
    "build": "rimraf ./build && tsc",
    "release": "echo DEBUG_YARN_SEES: CLIENT_VERSION=$CLIENT_VERSION && yarn download && yarn generate && yarn build && yarn publish --non-interactive --new-version $CLIENT_VERSION"
  },
  "devDependencies": {
    "@openapitools/openapi-generator-cli": "2.3.6",
    "@rarible/types": "0.10.5",
    "download-cli": "1.1.1",
    "move-file-cli": "2.0.0",
    "rimraf": "^5.0.0",
    "rxjs": "^6.0.0",
    "tslib": "^2.5.0",
    "typescript": "^5.0.4"
  },
  "peerDependencies": {
    "@rarible/types": ">=0.10.0 <0.11.0"
  }
}
