{
  "name": "@daydreamsai/ai-sdk-provider",
  "version": "0.1.3",
  "license": "Apache-2.0",
  "description": "Dreams Router AI SDK provider (forked from OpenRouter)",
  "sideEffects": false,
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "build": "tsup",
    "clean": "rm -rf dist && rm -rf internal/dist",
    "dev": "tsup --watch",
    "lint": "biome lint",
    "typecheck": "tsc --noEmit",
    "format": "biome format --write",
    "prepublish": "pnpm run build",
    "test": "pnpm test:node && pnpm test:edge",
    "test:edge": "vitest --config vitest.edge.config.ts --run",
    "test:node": "vitest --config vitest.node.config.ts --run",
    "test:e2e": "vitest --config vitest.e2e.config.ts --run",
    "example:node": "tsx e2e/dreams-router-node-example.ts"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./internal": {
      "types": "./dist/internal/index.d.ts",
      "import": "./dist/internal/index.mjs",
      "module": "./dist/internal/index.mjs",
      "require": "./dist/internal/index.js"
    }
  },
  "devDependencies": {
    "@ai-sdk/provider": "^2.0.0",
    "@ai-sdk/provider-utils": "^3.0.2",
    "viem": "^2.31.7",
    "x402": "^0.5.1",
    "@biomejs/biome": "2.1.1",
    "@edge-runtime/vm": "5.0.0",
    "@types/jest": "29.5.14",
    "@types/node": "22.15.24",
    "ai": "5.0.11",
    "dotenv": "16.5.0",
    "tsup": "8.5.0",
    "tsx": "^4.19.2",
    "typescript": "5.8.3",
    "vite-tsconfig-paths": "5.1.4",
    "vitest": "3.2.4",
    "zod": "4.0.17"
  },
  "peerDependencies": {
    "ai": "^5.0.11",
    "zod": "^4.0.5"
  },
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/OpenRouterTeam/ai-sdk-provider",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OpenRouterTeam/ai-sdk-provider.git"
  },
  "bugs": {
    "url": "https://github.com/OpenRouterTeam/ai-sdk-provider/issues"
  },
  "keywords": [
    "ai",
    "dreams",
    "dreams-router"
  ],
  "packageManager": "pnpm@10.12.4"
}
