UNPKG

@jeanmemory/react

Version:

React SDK for Jean Memory - Build personalized AI chatbots in 5 lines of code

47 lines 1.03 kB
{ "name": "@jeanmemory/react", "version": "2.0.8", "description": "React SDK for Jean Memory - Build personalized AI chatbots in 5 lines of code", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "prepublish": "npm run build" }, "keywords": [ "jean-memory", "react", "ai", "chatbot", "personalization", "assistant-ui" ], "author": "Jean Memory", "license": "MIT", "dependencies": { "lucide-react": "^0.395.0" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "devDependencies": { "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "typescript": "^5.6.0" }, "repository": { "type": "git", "url": "git+https://github.com/jean-technologies/jean-memory.git", "directory": "sdk/react" }, "homepage": "https://jeanmemory.com", "engines": { "node": ">=18.0.0" } }