{
  "name": "kchatbot",
  "version": "1.2.7",
  "repository": "https://kchatbot.io/",
  "description": "kchatbotbak is base on Botfront.",
  "main": "index.js",
  "scripts": {
    "test": "cross-env NODE_ENV=test ./node_modules/.bin/mocha --ui bdd --reporter spec --colors --exit --require @babel/register",
    "postinstall": "echo kchatbot succesfully installed. Run 'kchatbot' to get started."
  },
  "bin": {
    "kchatbot": "bin/kchatbot"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "kingsware",
    "Rasa",
    "Chatbot",
    "Chatbot platform",
    "kchatbot"
  ],
  "preferGlobal": true,
  "author": "kingsware",
  "license": "Apache-2.0",
  "dependencies": {
    "arg": "^4.1.1",
    "axios": "^0.21.1",
    "boxen": "^4.1.0",
    "chalk": "^2.4.2",
    "check-node-version": "^4.0.1",
    "chokidar": "^3.0.2",
    "commander": "^2.20.0",
    "compare-version": "0.1.2",
    "docker-cli-js": "~2.5.3",
    "esm": "^3.2.25",
    "fs-extra": "^8.1.0",
    "inquirer": "^6.5.0",
    "js-yaml": "^3.13.1",
    "ncp": "^2.0.0",
    "open": "^6.4.0",
    "ora": "^3.4.0",
    "shelljs": "~0.8.3",
    "unique-names-generator": "^3.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.7.5",
    "@babel/preset-env": "^7.7.6",
    "@babel/register": "^7.7.4",
    "@commitlint/cli": "8.1.0",
    "@commitlint/config-conventional": "8.1.0",
    "babel-eslint": "^10.0.2",
    "chai": "^4.2.0",
    "cross-env": "^6.0.3",
    "eslint": "^6.1.0",
    "eslint-plugin-import": "^2.18.2",
    "husky": "2.7.0",
    "mocha": "^6.2.2"
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  }
}
