{
  "name": "chat-assistant-dit",
  "version": "1.0.11",
  "description": "A lightweight, customizable chat assistant widget for web and React apps.",
  "main": "dist/chatbot.bundle.js",
  "module": "dist/chatbot.js",
  "exports": {
    "import": "./dist/chatbot.js",
    "require": "./dist/chatbot.bundle.js",
    "./styles.css": "./dist/styles.css"
  },
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "webpack --config webpack.config.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "chatbot",
    "assistant",
    "widget",
    "react",
    "chat"
  ],
  "author": "Asfakur Nariz",
  "license": "ISC",
  "devDependencies": {
    "css-loader": "^7.1.2",
    "style-loader": "^4.0.0",
    "webpack": "^5.99.9",
    "webpack-cli": "^6.0.1"
  },
  "dependencies": {
    "lodash": "^4.17.21"
  }
}
