{
  "name": "react-gemini-chatbot",
  "version": "1.5.1",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "prepublish": "rm -rf ./dist && npm run build",
    "build": "npx tsc",
    "build:rollup": "npx rollup -c"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/duke7able/npm-core-chatbot-llm/tree/GEMINI"
  },
  "homepage": "https://npmreactgeminichatbot.asambhav.org.in/",
  "keywords": [
    "react",
    "gemini",
    "ai",
    "react-component",
    "chatbot"
  ],
  "author": "Shreyan Mehta",
  "license": "MIT",
  "private": false,
  "description": "Chat bot based on react and powered by Gemini which works out of box and takes less than a minute to get running",
  "peerDependencies": {
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.0",
    "@mui/icons-material": "^6.4.6",
    "@mui/material": "^6.4.6",
    "emoji-picker-react": "^4.12.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "react-markdown": "^10.0.1"
  },
  "devDependencies": {
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.0",
    "@mui/icons-material": "^6.4.6",
    "@mui/material": "^6.4.6",
    "@rollup/plugin-commonjs": "^28.0.2",
    "@rollup/plugin-node-resolve": "^16.0.0",
    "@types/react": "^19.0.10",
    "@types/react-dom": "^19.0.4",
    "@vitejs/plugin-react": "^4.3.4",
    "emoji-picker-react": "^4.12.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "react-markdown": "^10.0.1",
    "rollup": "^4.34.9",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-typescript2": "^0.36.0",
    "typescript": "^5.8.2",
    "vite": "^6.2.3"
  },
  "dependencies": {
    "uuid": "^11.1.0"
  }
}
