{
  "name": "@ninjabytes/bot-core",
  "version": "3.0.0",
  "description": "NinjaBytes Team Bot Core",
  "main": "index.js",
  "dependencies": {
    "debug": "^4.1.1",
    "mongoose": "^5.5.13",
    "node-schedule": "^1.3.2"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "eslint": "^5.7.0",
    "eslint-config-standard": "^12.0.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-node": "^9.1.0",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-standard": "^4.0.0",
    "mocha": "^6.1.4",
    "mongodb-memory-server": "^5.1.4",
    "nyc": "^14.1.1",
    "sinon": "^7.3.2"
  },
  "optionalDependencies": {
    "koa": "^2.7.0",
    "koa-bodyparser": "^4.2.1",
    "koa-router": "^7.4.0",
    "koa-session": "^5.10.1"
  },
  "engines": {
    "node": "~10.15.0",
    "npm": "~6.4.1"
  },
  "scripts": {
    "lint": "eslint --ext .js src",
    "test": "mocha --file tests/setup.js tests/**/*.test.js",
    "test-coverage": "nyc --reporter=text mocha --file tests/setup.js tests/**/*.test.js",
    "test-coverage-summary": "nyc --reporter=text-summary mocha --file tests/setup.js tests/**/*.test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@gitlab.com/ninjabytes/nb-bot-core.git"
  },
  "author": "NinjaBytes Team",
  "license": "ISC",
  "bugs": {
    "url": "https://gitlab.com/ninjabytes/nb-bot-core/issues"
  },
  "homepage": "https://gitlab.com/ninjabytes/nb-bot-core#readme"
}
