{
  "name": "@markeljan/jotai-ai",
  "version": "0.1.2",
  "type": "module",
  "module": "./dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./react": {
      "types": "./dist/react.d.ts",
      "import": "./dist/react.js",
      "require": "./dist/react.cjs"
    }
  },
  "files": [
    "src",
    "dist"
  ],
  "scripts": {
    "build": "bunchee",
    "dev": "bunchee --watch",
    "lint": "prettier --c .",
    "test": "echo \"Error: no test specified\" && exit 1",
    "ui-test": "vitest --config vitest.ui.config.ts"
  },
  "keywords": [
    "ai",
    "openai",
    "jotai",
    "chatbot",
    "ai-sdk"
  ],
  "author": "himself65 <himself65@outlook.com>",
  "license": "MIT",
  "devDependencies": {
    "@ai-sdk/provider": "^1.1.3",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.0.1",
    "@testing-library/user-event": "^14.5.2",
    "@types/react": "18.3.12",
    "@vitejs/plugin-react": "^4.3.3",
    "ai": "^4.3.16",
    "bunchee": "4.4.8",
    "jotai": "2.12.5",
    "jsdom": "^25.0.1",
    "prettier": "^3.3.3",
    "react": "18.3.1",
    "typescript": "5.8.3",
    "vitest": "^2.1.5"
  },
  "peerDependencies": {
    "jotai": ">=2.5.1"
  },
  "dependencies": {
    "@ai-sdk/provider-utils": "^2.2.8",
    "@ai-sdk/ui-utils": "^1.2.11",
    "jotai-lazy": "^1.0.4"
  }
}
