{
  "name": "pockybot",
  "version": "1.6.0",
  "description": "Spark bot that handles team recognition",
  "main": "built/index.js",
  "types": "built/index.d.ts",
  "files": [
    "/built",
    "/database"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "start": "node built/server.js",
    "test": "jasmine-ts --config=jasmine.json",
    "semantic-release": "semantic-release",
    "travis-deploy-once": "travis-deploy-once",
    "commit": "git-cz"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/GlobalX/pockybot.git"
  },
  "keywords": [
    "sparkbot",
    "bot",
    "rest",
    "notifier",
    "pegs",
    "pocky",
    "recognition"
  ],
  "author": "blake.mccririck@globalx.com.au",
  "license": "ISC",
  "dependencies": {
    "@google-cloud/storage": "^4.0.0",
    "libxmljs": "^0.19.5",
    "pg": "^7.11.0",
    "pjson": "^1.0.9",
    "string-width": "^4.1.0",
    "unescape": "^1.0.1",
    "webex": "^1.60.2"
  },
  "devDependencies": {
    "@commitlint/cli": "^8.0.0",
    "@commitlint/config-conventional": "^9.1.1",
    "@fluffy-spoon/substitute": "^1.89.0",
    "@types/jasmine": "^3.3.13",
    "@types/libxmljs": "^0.18.3",
    "@types/node": "^14.0.5",
    "@types/pg": "^7.4.14",
    "@types/sinon": "^9.0.4",
    "cz-conventional-changelog": "^3.0.2",
    "husky": "^4.0.7",
    "jasmine": "^3.4.0",
    "jasmine-ts": "^0.3.0",
    "semantic-release": "^17.0.2",
    "sinon": "^9.0.0",
    "ts-node": "^8.3.0",
    "typescript": "^3.5.2"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  }
}
