{
  "name": "react-chatbot-kit",
  "version": "2.2.2",
  "homepage": "https://fredrikoseberg.github.io/react-chatbot-kit-docs/",
  "description": "Fully customizable chatbot kit for react.",
  "main": "build/index.js",
  "types": "build/src/index.d.ts",
  "dependencies": {
    "react-conditionally-render": "^1.0.2"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "webpack --mode=production",
    "build-watch": "webpack --watch",
    "prepare": "yarn run build"
  },
  "author": {
    "name": "Fredrik Strand Oseberg",
    "email": "fredrik.no@gmail.com"
  },
  "devDependencies": {
    "@types/react": "^17.0.21",
    "css-loader": "^3.5.1",
    "mini-css-extract-plugin": "^1.4.0",
    "react-svg-loader": "^3.0.3",
    "style-loader": "^1.1.3",
    "ts-loader": "^9.2.5",
    "typescript": "^4.4.3",
    "webpack": "5.53.0",
    "webpack-cli": "4.8.0",
    "webpack-node-externals": "^2.5.2"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/FredrikOseberg/react-chatbot-kit"
  }
}
