UNPKG

hubot-pollen

Version:

Retrieves the latest from the Pollen.com API

46 lines (45 loc) 1.05 kB
{ "name": "hubot-pollen", "description": "Retrieves the latest from the Pollen.com API", "version": "1.5.0", "author": "Stephen Yeargin <stephen@yearg.in>", "homepage": "https://github.com/stephenyeargin/hubot-pollen", "license": "MIT", "keywords": [ "hubot", "hubot-scripts", "pollen", "allergy" ], "repository": { "type": "git", "url": "git://github.com/stephenyeargin/hubot-pollen.git" }, "bugs": { "url": "https://github.com/stephenyeargin/hubot-pollen/issues" }, "dependencies": { "dayjs": "^1.11.18" }, "peerDependencies": { "hubot": ">=3 || 0.0.0-development" }, "devDependencies": { "@eslint/js": "^9.38.0", "eslint": "^9.38.0", "eslint-plugin-import": "^2.32.0", "eslint-plugin-n": "^17.23.1", "eslint-plugin-promise": "^7.2.1", "husky": "^9.1.7", "nock": "^14.0.10" }, "main": "index.js", "scripts": { "test": "script/test", "lint": "eslint .", "lint:fix": "eslint --fix ." }, "volta": { "node": "24.10.0" } }