{
  "name": "hubot-hockey",
  "description": "Get the latest NHL playoff odds for your team.",
  "version": "6.4.1",
  "author": "Stephen Yeargin <stephen@yearg.in>",
  "homepage": "https://github.com/stephenyeargin/hubot-hockey",
  "license": "MIT",
  "keywords": [
    "hubot",
    "hubot-scripts",
    "hockey",
    "nhl",
    "playoff odds"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/stephenyeargin/hubot-hockey.git"
  },
  "bugs": {
    "url": "https://github.com/stephenyeargin/hubot-hockey/issues"
  },
  "dependencies": {
    "ascii-table": "0.0.9",
    "csv-parse": "^5.5.2",
    "moment-timezone": "^0.5.43"
  },
  "peerDependencies": {
    "hubot": ">=3 || 0.0.0-development"
  },
  "devDependencies": {
    "chai": "^4.3.10",
    "eslint": "^8.54.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.29.0",
    "eslint-plugin-n": "^16.3.1",
    "eslint-plugin-promise": "^6.1.1",
    "hubot-test-helper": "^1.9.0",
    "husky": "^8.0.3",
    "mocha": "^10.2.0",
    "nock": "^13.3.8",
    "sinon": "^17.0.1",
    "sinon-chai": "^3.7.0"
  },
  "main": "index.js",
  "scripts": {
    "test": "script/test",
    "prepare": "husky install"
  },
  "volta": {
    "node": "18.19.0"
  }
}
