@prexo/ai-chat-sdk
Version:
AI Chat Component with Persistent History
74 lines (73 loc) • 2.03 kB
JSON
{
"name": "@prexo/ai-chat-sdk",
"type": "module",
"version": "0.1.6",
"description": "AI Chat Component with Persistent History",
"exports": {
".": {
"import": "./src/client/index.ts"
},
"./history": {
"import": "./src/services/history/client.ts"
},
"./context": {
"import": "./src/services/context/vector-db.ts"
}
},
"main": "./dist/client/index.js",
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"postbuild": "rm -rf dist/client/styles && cpx 'src/**/*.css' dist",
"pre-publish": "bun run build",
"type-check": "tsc --noEmit"
},
"keywords": ["react", "chat", "widget", "sdk", "typescript", "embeddable", "ai-chat-sdk", "prexo-ai", "chat-widget", "chatbot", "react-chat-widget"],
"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.16"
},
"devDependencies": {
"@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": {
"@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": "https://github.com/SkidGod4444/prexo/tree/main/packages/ai-chat-sdk"
},
"bugs": {
"url": "https://github.com/SkidGod4444/prexo/issues"
},
"homepage": "https://prexoai.xyz"
}