{
  "name": "@posthog/ai",
  "version": "3.3.2",
  "description": "PostHog Node.js AI integrations",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PostHog/posthog-js-lite.git",
    "directory": "posthog-ai"
  },
  "main": "lib/index.cjs.js",
  "module": "lib/index.esm.js",
  "types": "lib/index.d.ts",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^18.0.0",
    "node-fetch": "^3.3.2",
    "typescript": "^4.7.4"
  },
  "keywords": [
    "posthog",
    "ai",
    "openai",
    "anthropic",
    "llm",
    "observability"
  ],
  "dependencies": {
    "@anthropic-ai/sdk": "^0.36.3",
    "@langchain/core": "^0.3.37",
    "ai": "^4.1.0",
    "langchain": "^0.3.15",
    "openai": "^4.0.0",
    "uuid": "^11.0.5",
    "zod": "^3.24.1"
  },
  "scripts": {
    "test": "jest",
    "prepublishOnly": "cd .. && yarn build"
  },
  "directories": {
    "lib": "lib",
    "test": "tests"
  },
  "author": "PostHog",
  "bugs": {
    "url": "https://github.com/PostHog/posthog-js-lite/issues"
  },
  "homepage": "https://github.com/PostHog/posthog-js-lite#readme"
}
