{
  "name": "@tanstack/ai-solid",
  "version": "0.24.3",
  "description": "Solid hooks for TanStack AI streaming chat, structured outputs, and media generation.",
  "author": "Tanner Linsley",
  "license": "MIT",
  "homepage": "https://tanstack.com/ai",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TanStack/ai.git",
    "directory": "packages/ai-solid"
  },
  "bugs": {
    "url": "https://github.com/TanStack/ai/issues"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/tannerlinsley"
  },
  "type": "module",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./ui": {
      "solid": "./src/ui.ts",
      "types": "./src/ui.ts",
      "import": "./src/ui.ts"
    },
    "./byok": {
      "types": "./dist/byok.d.ts",
      "import": "./dist/byok.js"
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "keywords": [
    "ai",
    "ai-sdk",
    "typescript",
    "tanstack",
    "solid",
    "solidjs",
    "hooks",
    "chat",
    "streaming",
    "tool-calling",
    "structured-outputs",
    "media-generation"
  ],
  "dependencies": {
    "@tanstack/markdown": "^0.0.13",
    "@tanstack/ai-client": "^0.33.2"
  },
  "peerDependencies": {
    "solid-js": ">=1.9.10",
    "@tanstack/ai": "^0.58.0"
  },
  "devDependencies": {
    "@solidjs/testing-library": "^0.8.10",
    "@standard-schema/spec": "^1.1.0",
    "@types/node": "^24.10.1",
    "@vitest/coverage-v8": "4.1.10",
    "jsdom": "^27.4.0",
    "solid-js": "^1.9.10",
    "tsdown": "^0.17.0-beta.6",
    "typescript": "5.9.3",
    "vite": "^8.2.1",
    "vite-plugin-solid": "^2.11.14",
    "vitest": "^4.1.10",
    "@tanstack/ai": "0.58.0"
  },
  "scripts": {
    "clean": "premove ./build ./dist",
    "test:oxlint": "oxlint src --type-aware",
    "test:lib": "vitest run",
    "test:lib:dev": "pnpm test:lib --watch",
    "test:types": "tsc",
    "build": "tsdown"
  }
}