UNPKG

hubot-airnow-gov

Version:

Retrieve air quality scores for locations in the United States.

49 lines (48 loc) 1.17 kB
{ "name": "hubot-airnow-gov", "description": "Retrieve air quality scores for locations in the United States.", "version": "1.2.5", "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": { "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": "^14", "husky": "^9.1.7", "nock": "^14.0.1" }, "main": "index.js", "scripts": { "test": "script/test", "lint": "eslint .", "lint:fix": "eslint --fix .", "prepare": "husky install" }, "volta": { "node": "22.22.3" }, "dependencies": { "dayjs": "^1.11.13" } }