{
  "name": "juicy-chat-bot",
  "version": "0.8.0",
  "description": "A light-weight and totally \"secure\" library to easily deploy simple chat bots",
  "keywords": [
    "npm",
    "chatbot",
    "juice-shop",
    "OWASP"
  ],
  "homepage": "https://owasp-juice.shop",
  "bugs": {
    "url": "https://github.com/juice-shop/juicy-chat-bot/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/juice-shop/juicy-chat-bot.git"
  },
  "license": "MIT",
  "author": "Björn Kimminich <bjoern.kimminich@owasp.org> (https://kimminich.de)",
  "contributors": [
    "Scar26",
    "Björn Kimminich"
  ],
  "main": "index.js",
  "scripts": {
    "lint": "standard",
    "lint:fix": "standard --fix",
    "test": "nyc mocha test"
  },
  "nyc": {
    "all": true,
    "include": [
      "index.js"
    ],
    "report-dir": "./build/reports/coverage",
    "reporter": [
      "lcov",
      "text-summary"
    ]
  },
  "dependencies": {
    "@nlpjs/core-loader": "^4.4.0",
    "@nlpjs/evaluator": "^4.4.0",
    "@nlpjs/lang-en": "^4.4.0",
    "@nlpjs/language": "^4.3.0",
    "@nlpjs/nlp": "^4.4.0",
    "@nlpjs/nlu": "^4.4.0",
    "@nlpjs/request": "^4.4.0",
    "@nlpjs/sentiment": "^4.4.0",
    "vm2": "3.9.17"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "^7.1.0",
    "nyc": "^15.0.0",
    "standard": "^14.3.1"
  },
  "standard": {
    "env": [
      "node",
      "mocha"
    ],
    "globals": [
      "it",
      "describe",
      "beforeEach"
    ]
  }
}
