contentpulse-chat-sdk
Version:
Advanced React SDK for ContentPulse AI Chat Agent with lead capture, VAPI integration, configurable context memory, and customizable themes
63 lines (62 loc) • 1.45 kB
JSON
{
"name": "contentpulse-chat-sdk",
"version": "1.2.1",
"description": "Advanced React SDK for ContentPulse AI Chat Agent with lead capture, VAPI integration, configurable context memory, and customizable themes",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "tsc --project tsconfig.json",
"clean": "rm -rf dist",
"dev": "tsc --project tsconfig.json --watch",
"prepublishOnly": "npm run clean && npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/hemant-i7/ContentPulse"
},
"keywords": [
"contentpulse",
"chat",
"sdk",
"react",
"ai",
"agent",
"contentstack",
"typescript",
"lead-capture",
"vapi",
"phone-calls",
"context-memory"
],
"author": "ContentPulse Team",
"license": "MIT",
"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"dependencies": {
"framer-motion": "^11.0.0",
"lucide-react": "^0.400.0",
"react-markdown": "^9.0.1",
"remark-gfm": "^4.0.0"
},
"devDependencies": {
"@types/node": "^24.5.2",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"typescript": "^5.0.0"
}
}