{
  "name": "@oro-ai/sdk",
  "version": "1.0.99",
  "description": "Official TypeScript SDK for the ORO Bittensor Subnet API",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "src/generated",
    "README.md"
  ],
  "scripts": {
    "generate": "openapi-ts && python3 ../../scripts/extract-errors.py --spec ../../spec/openapi.yaml --typescript src/_generated_errors.ts",
    "build": "npm run generate && tsup src/index.ts --format cjs,esm --dts",
    "dev": "tsup src/index.ts --format cjs,esm --dts --watch",
    "lint": "eslint src/",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "oro",
    "bittensor",
    "api",
    "sdk",
    "typescript"
  ],
  "author": "ORO Team <team@oro.ai>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ORO-AI/oro-sdk.git",
    "directory": "packages/typescript"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "dependencies": {},
  "devDependencies": {
    "@hey-api/client-fetch": "^0.6.0",
    "@hey-api/openapi-ts": "^0.61.0",
    "@types/node": "^20.10.0",
    "eslint": "^8.55.0",
    "tsup": "^8.0.0",
    "typescript": "^5.3.0",
    "vitest": "^2.0.0"
  },
  "peerDependencies": {
    "@hey-api/client-fetch": "^0.6.0"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
