{
  "name": "hubot-airnow-gov",
  "description": "Retrieve air quality scores for locations in the United States.",
  "version": "1.2.2",
  "author": "Stephen Yeargin <stephen@yearg.in>",
  "homepage": "https://github.com/stephenyeargin/hubot-airnow-gov",
  "license": "MIT",
  "keywords": [
    "hubot",
    "hubot-scripts",
    "airnow.gov",
    "air quality",
    "aqi"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/stephenyeargin/hubot-airnow-gov.git"
  },
  "bugs": {
    "url": "https://github.com/stephenyeargin/hubot-airnow-gov/issues"
  },
  "peerDependencies": {
    "hubot": ">=3 || 0.0.0-development"
  },
  "devDependencies": {
    "chai": "^4.3.8",
    "eslint": "^8.48.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-n": "^17.15.1",
    "eslint-plugin-promise": "^7.2.1",
    "hubot-test-helper": "^1.9.0",
    "husky": "^9.1.7",
    "mocha": "^11.1.0",
    "nock": "^14.0.1",
    "sinon": "^15.2.0",
    "sinon-chai": "^3.7.0"
  },
  "main": "index.js",
  "scripts": {
    "test": "script/test",
    "prepare": "husky install"
  },
  "volta": {
    "node": "20.18.3"
  },
  "dependencies": {
    "dayjs": "^1.11.13"
  }
}
