UNPKG

homebridge-weather-noaa

Version:

Homebridge plugin providing temperature and humidity sensors using the NOAA / NWS API.

56 lines (55 loc) 1.39 kB
{ "name": "homebridge-weather-noaa", "displayName": "Homebridge Weather NOAA", "version": "1.6.0", "description": "Homebridge plugin providing temperature and humidity sensors using the NOAA / NWS API.", "main": "dist/index.js", "scripts": { "build": "rimraf ./dist && tsc", "lint": "eslint src --max-warnings=0", "prepublishOnly": "npm run lint && npm run build", "prepare": "npm run build" }, "keywords": [ "homebridge-plugin", "homebridge", "weather", "NOAA", "NWS", "temperature", "humidity" ], "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", "node": "^18.17.0 || ^20 || ^22 || ^24" }, "files": [ "dist/", "config.schema.json", "README.md", "CHANGELOG.md" ], "dependencies": {}, "devDependencies": { "@eslint/js": "^9.39.1", "@types/node": "^22.10.7", "eslint": "^9.39.1", "homebridge": "^1.11.0", "rimraf": "^6.1.0", "typescript": "^5.7.3", "typescript-eslint": "^8.46.4" }, "publishConfig": { "access": "public" } }