{
  "name": "@vectorize-io/hindsight-ai-sdk",
  "version": "0.5.1",
  "description": "Hindsight memory integration for Vercel AI SDK - Give your AI agents persistent, human-like memory",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "keywords": [
    "ai",
    "ai-sdk",
    "vercel",
    "memory",
    "hindsight",
    "agents",
    "llm",
    "long-term-memory"
  ],
  "author": "Vectorize <support@vectorize.io>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/vectorize-io/hindsight.git",
    "directory": "hindsight-integrations/ai-sdk"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsc --watch",
    "clean": "rm -rf dist",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:deno": "deno test --no-check --allow-all --unstable-sloppy-imports src/tools/index.test.ts",
    "prepublishOnly": "npm run clean && npm run build"
  },
  "peerDependencies": {
    "ai": "^6.0.0",
    "zod": "^3.0.0 || ^4.0.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "@vitest/ui": "^4.1.2",
    "ai": "^6.0.2",
    "tsup": "^8.5.1",
    "typescript": "^5.7.0",
    "vitest": "^4.1.2",
    "zod": "^4.2.0"
  },
  "engines": {
    "node": ">=22"
  },
  "overrides": {
    "rollup": "^4.59.0",
    "picomatch": ">=2.3.2 <3.0.0 || >=4.0.4",
    "vite": ">=8.0.5"
  }
}
