{
  "name": "@jeanmemory/react",
  "version": "1.2.6",
  "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.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jean-technologies/jean-memory.git",
    "directory": "sdk/react"
  },
  "homepage": "https://jeanmemory.com"
}