{
  "name": "hubot-hockey",
  "description": "Get the latest NHL playoff odds for your team.",
  "version": "6.7.0",
  "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": "^6.1.0",
    "moment-timezone": "^0.6.0"
  },
  "peerDependencies": {
    "hubot": ">=3 || 0.0.0-development"
  },
  "devDependencies": {
    "chai": "^6.2.0",
    "eslint": "^9.38.0",
    "hubot": "^14.1.0",
    "husky": "^9.1.7",
    "nock": "^14.0.10",
    "sinon": "^21.0.0",
    "sinon-chai": "^4.0.1"
  },
  "main": "index.js",
  "scripts": {
    "test": "script/test",
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "prepare": "husky"
  },
  "volta": {
    "node": "24.5.0"
  }
}
