UNPKG

homebridge-weather-noaa

Version:

Homebridge plugin providing temperature and humidity sensors using NOAA API.

50 lines (49 loc) 1.15 kB
{ "name": "homebridge-weather-noaa", "version": "1.4.0", "description": "Homebridge plugin providing temperature and humidity sensors using NOAA API.", "main": "dist/index.js", "scripts": { "build": "tsc", "prepare": "npm run build", "lint": "eslint src/**/*.ts" }, "keywords": [ "homebridge-plugin", "homebridge", "weather", "NOAA", "homebridge-weather-noaa" ], "author": "Phirtue", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Phirtue/homebridge-weather-noaa.git" }, "homepage": "https://github.com/Phirtue/homebridge-weather-noaa#readme", "bugs": { "url": "https://github.com/Phirtue/homebridge-weather-noaa/issues" }, "engines": { "homebridge": "^1.8.0 || ^2.0.0 || ^2.0.0-beta.0 || ^2.0.0-alpha.0", "node": "^18 || ^20 || ^22" }, "files": [ "dist/", "config.schema.json", "LICENSE", "README.md" ], "dependencies": { "axios": "^1.6.8" }, "devDependencies": { "@types/node": "^20.11.30", "homebridge": "^1.11.0", "typescript": "^5.9.2" }, "publishConfig": { "access": "public" } }