{
  "name": "@prexo/ai-chat-sdk",
  "type": "module",
  "version": "1.1.0",
  "description": "AI Chat SDK for building AI chat applications with Context and History",
  "exports": {
    ".": {
      "import": "./src/index.ts",
      "types": "./src/index.ts"
    },
    "./telemetry": {
      "import": "./src/telemetry/index.ts",
      "types": "./src/telemetry/index.ts"
    },
    "./context": {
      "import": "./src/context/index.ts",
      "types": "./src/context/index.ts"
    },
    "./history": {
      "import": "./src/history/index.ts",
      "types": "./src/history/index.ts"
    },
    "./types": {
      "import": "./src/types.ts",
      "types": "./src/types.ts"
    }
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "prebuild": "node scripts/update-version.js",
    "d:build": "tsup",
    "pre-publish": "bun run prebuild && bun run d:build",
    "type-check": "tsc --noEmit",
    "release": "bun d:build && release-it && bun prebuild",
    "release:pre": "bun d:build && release-it --preRelease=beta && bun prebuild",
    "update-version": "node scripts/update-version.js",
    "test": "bun run tests/test-sdk.ts",
    "test:fc": "bun run tests/test-fc.ts"
  },
  "keywords": [
    "react",
    "chat",
    "sdk",
    "typescript",
    "ai-chat-sdk",
    "prexo-ai",
    "rag-chat-sdk",
    "rag",
    "vector",
    "redis"
  ],
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "author": "Saidev Dhal",
  "license": "GNU Affero General Public License v3.0",
  "licenseText": "This project is licensed under the GNU Affero General Public License v3.0. See the LICENSE file for details.",
  "engines": {
    "bun": ">=1.2.19"
  },
  "devDependencies": {
    "@release-it/conventional-changelog": "^10.0.1",
    "@types/bun": "latest",
    "@types/papaparse": "^5.3.16",
    "@types/pdf-parse": "^1.1.5",
    "cpx": "^1.5.0",
    "tsup": "^8.5.0"
  },
  "peerDependencies": {
    "typescript": "^5",
    "ai": "^4.3.16"
  },
  "dependencies": {
    "@mendable/firecrawl-js": "^4.3.4",
    "@radix-ui/react-avatar": "^1.1.10",
    "@radix-ui/react-slot": "^1.2.3",
    "@radix-ui/react-tooltip": "^1.2.7",
    "@upstash/vector": "^1.2.2",
    "ai": "^4.3.16",
    "cheerio": "^1.1.0",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "lucide-react": "^0.525.0",
    "nanoid": "^5.1.5",
    "papaparse": "^5.5.3",
    "pdf-parse": "^1.1.1",
    "tailwind-merge": "^3.3.1",
    "tw-animate-css": "^1.3.5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SkidGod4444/prexo.git#main"
  },
  "bugs": {
    "url": "https://github.com/SkidGod4444/prexo/issues"
  },
  "homepage": "https://docs.prexoai.xyz/app/ai-chat-sdk/intro"
}
