{
  "name": "@ray-solutions/v-chat-bot",
  "version": "1.0.3",
  "description": "Chatbot UI using Vue.js 2",
  "author": {
    "name": "Ahmad Sameer"
  },
  "main": "dist/vue-chat-bot.common.js",
  "files": [
    "dist/*",
    "src/*",
    "package.json"
  ],
  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build --dest demo",
    "build-bundle": "vue-cli-service build --target lib --name vue-chat-bot ./src/vue-chat-bot.js",
    "release": "standard-version && git push --follow-tags",
    "release:next": "standard-version --prerelease next && git push --follow-tags origin dev && npm publish --tag next",
    "lint": "vue-cli-service lint --fix",
    "prettier": "prettier --write -u ./src/**/*"
  },
  "keywords": [
    "chatbot",
    "bot ui",
    "vue-chat-bot",
    "v-chat-bot"
  ],
  "devDependencies": {
    "@commitlint/cli": "^7.6.1",
    "@commitlint/config-conventional": "^7.6.0",
    "@types/jest": "^24.0.11",
    "@vue/cli-plugin-babel": "^4.0.0",
    "@vue/cli-plugin-eslint": "^4.0.0",
    "@vue/cli-plugin-unit-jest": "^4.0.0",
    "@vue/cli-service": "^4.0.0",
    "@vue/eslint-config-prettier": "^7.1.0",
    "@vue/test-utils": "1.0.0-beta.29",
    "babel-eslint": "^10.0.3",
    "bootstrap": "^4.3.1",
    "core-js": "^3.3.2",
    "eslint": "^5.16.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-vue": "^5.0.0",
    "prettier": "2.8.8",
    "sass": "^1.19.0",
    "sass-loader": "^8.0.2",
    "standard-version": "^8.0.1",
    "vue": "^2.6.10",
    "vue-loader": "^15.8.3",
    "vue-svg-loader": "^0.15.0",
    "vue-template-compiler": "^2.6.10"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eng-ahmad-sameer/vue-chat-bot.git"
  },
  "bugs": {
    "url": "https://github.com/eng-ahmad-sameer/vue-chat-bot/issues"
  },
  "homepage": "https://github.com/bonnak/vue-chat-bot#readme",
  "license": "MIT",
  "volta": {
    "node": "16.14.0",
    "yarn": "1.22.19"
  }
}
