{
  "name": "sigma-chat-bot-kit",
  "version": "0.0.37",
  "description": "The chatbot works by importing it and giving it a messageparser, a config and an actionprovider.",
  "main": "build/index.js",
  "types": "build/src/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "webpack --mode=production",
    "build-watch": "webpack --watch",
    "prepare": "yarn run build"
  },
  "author": "Sigmen Technologies Solutions",
  "license": "MIT",
  "devDependencies": {
    "@emotion/react": "^11.7.1",
    "@emotion/styled": "^11.6.0",
    "@mui/icons-material": "^5.2.4",
    "@mui/material": "^5.2.4",
    "@mui/styles": "^5.2.3",
    "@types/react": "^17.0.37",
    "@types/websocket": "^1.0.4",
    "jquery": "^3.6.0",
    "mini-css-extract-plugin": "^2.4.5",
    "react-svg-loader": "^3.0.3",
    "style-loader": "^3.3.1",
    "ts-loader": "^9.2.6",
    "typescript": "^4.5.4",
    "webpack": "^5.65.0",
    "webpack-cli": "^4.9.1",
    "webpack-node-externals": "^3.0.0"
  },
  "dependencies": {
    "css-loader": "^6.5.1",
    "websocket": "^1.0.34"
  },
  "peerDependencies": {
    "react": "*",
    "react-dom": "*"
  },
  "keywords": [
    "Sigmen Technologies Solutions",
    "Chat-bot",
    "bot",
    "React-chat-bot",
    "AI Chat-bot"
  ]
}
