{
  "name": "@assistant-ui/react-ai-sdk",
  "version": "1.3.38",
  "description": "Vercel AI SDK adapter for assistant-ui",
  "keywords": [
    "ai-sdk",
    "vercel",
    "assistant-ui",
    "react",
    "ai",
    "chat",
    "openai",
    "streaming"
  ],
  "author": "AgentbaseAI Inc.",
  "license": "MIT",
  "type": "module",
  "imports": {
    "#mcp-stdio": {
      "types": "./src/mcp-stdio.node.ts",
      "react-native": "./dist/mcp-stdio.unsupported.js",
      "edge-light": "./dist/mcp-stdio.unsupported.js",
      "workerd": "./dist/mcp-stdio.unsupported.js",
      "browser": "./dist/mcp-stdio.unsupported.js",
      "node": "./dist/mcp-stdio.node.js",
      "default": "./dist/mcp-stdio.unsupported.js"
    }
  },
  "exports": {
    ".": {
      "react-native": {
        "types": "./dist/index.native.d.ts",
        "default": "./dist/index.native.js"
      },
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "main": "./dist/index.js",
  "react-native": "./dist/index.native.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "src",
    "README.md"
  ],
  "sideEffects": false,
  "dependencies": {
    "@ai-sdk/mcp": "^1.0.52",
    "@ai-sdk/react": "^3.0.210",
    "@assistant-ui/core": "^0.2.19",
    "@assistant-ui/store": "^0.2.19",
    "ai": "^6.0.208",
    "assistant-cloud": "*",
    "assistant-stream": "^0.3.24"
  },
  "peerDependencies": {
    "@types/react": "*",
    "react": "^18 || ^19"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    }
  },
  "devDependencies": {
    "@testing-library/react": "^16.3.2",
    "@types/json-schema": "^7.0.15",
    "@types/react": "^19.2.17",
    "@types/react-dom": "^19.2.3",
    "jsdom": "^29.1.1",
    "react": "^19.2.7",
    "vitest": "^4.1.9",
    "@assistant-ui/x-buildutils": "0.0.16"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "homepage": "https://www.assistant-ui.com/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/assistant-ui/assistant-ui.git",
    "directory": "packages/react-ai-sdk"
  },
  "bugs": {
    "url": "https://github.com/assistant-ui/assistant-ui/issues"
  },
  "scripts": {
    "build": "aui-build",
    "test": "vitest run",
    "test:watch": "vitest"
  }
}