{
  "name": "openoracle-react-sdk",
  "version": "1.0.0",
  "description": "OpenOracle React SDK - AI routing with multiple LLM providers including free options",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.esm.js",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "test": "jest",
    "lint": "eslint src --ext .ts,.tsx",
    "type-check": "tsc --noEmit"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "dependencies": {
    "@ai-sdk/openai": "^0.0.66",
    "ai": "^3.4.32",
    "tslib": "^2.8.1",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^26.0.1",
    "@rollup/plugin-node-resolve": "^15.3.0",
    "@rollup/plugin-typescript": "^12.1.0",
    "@types/react": "^18.3.12",
    "@types/react-dom": "^18.3.1",
    "@typescript-eslint/eslint-plugin": "^8.15.0",
    "@typescript-eslint/parser": "^8.15.0",
    "eslint": "^9.15.0",
    "jest": "^29.7.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "rollup": "^4.27.4",
    "rollup-plugin-dts": "^6.1.1",
    "typescript": "^5.7.2"
  },
  "optionalDependencies": {
    "@mlc-ai/web-llm": "^0.2.75"
  },
  "keywords": [
    "oracle",
    "blockchain",
    "prediction-markets",
    "react",
    "ai",
    "routing",
    "llm",
    "local-llm",
    "web-llm",
    "openai",
    "openrouter",
    "groq",
    "ollama",
    "free-llm",
    "json-schema",
    "typescript"
  ],
  "author": "OpenOracle Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/openoracle/openoracle-react.git"
  },
  "bugs": {
    "url": "https://github.com/openoracle/openoracle-react/issues"
  },
  "homepage": "https://github.com/openoracle/openoracle-react#readme",
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=16.0.0"
  }
}
