{
  "name": "chattr",
  "version": "1.2.5",
  "author": {
    "name": "Christian B. Martinez",
    "email": "hello@christianbmartinez.com",
    "url": "https://christianbmartinez.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/christianbmartinez/chattr.git"
  },
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-json": "^6.0.1",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^11.1.5",
    "@types/node": "^20.9.2",
    "@types/react": "^18.2.37",
    "@types/react-dom": "^18.2.15",
    "dayjs": "^1.11.10",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^9.0.0",
    "prettier": "^3.0.3",
    "prettier-plugin-tailwindcss": "^0.5.7",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "replicate": "^0.24.0",
    "rollup": "^4.3.0",
    "rollup-plugin-dts": "^6.1.0",
    "tailwindcss": "^3.3.6",
    "tslib": "^2.8.1",
    "typescript": "^5.3.3"
  },
  "peerDependencies": {
    "react": "^19.0.0 || ^18.2.0 || ^17.0.0 || ^16.0.0",
    "react-dom": "^19.0.0 || ^18.2.0 || ^17.0.0 || ^16.0.0",
    "tailwindcss": "^4.0.0 || ^4.0.0-beta.1 || ^3.3.6"
  },
  "bugs": {
    "url": "https://github.com/christianbmartinez/chattr/issues"
  },
  "description": "A chatgpt chatbot component library for nextjs.",
  "files": [
    "dist"
  ],
  "keywords": [
    "chatbot",
    "chattr",
    "chatgpt",
    "chatGPT",
    "chatGPT4",
    "conversation",
    "interactive",
    "messaging",
    "react-chatbot",
    "nextjs-chatbot",
    "TypeScript",
    "tailwindcss",
    "conversational-ui",
    "AI",
    "natural-language-processing",
    "interactive-UI",
    "conversational-interface",
    "user-engagement",
    "react-component",
    "chat-application",
    "react-library",
    "bot-framework",
    "conversational-UI-kit",
    "chat-widget",
    "chat-interface",
    "TypeScript-library",
    "Tailwind-CSS-styled",
    "user-experience",
    "responsive-design",
    "conversational-experience",
    "developer-friendly",
    "modern-ui",
    "npm-package"
  ],
  "license": "MIT",
  "scripts": {
    "build": "rollup -c && bun publish",
    "dev": "rollup -c"
  },
  "types": "dist/index.d.ts"
}
