{
	"name": "homebridge-eveatmo",
	"version": "1.3.5",
	"description": "Homebridge plugin which adds a Netatmo weatherstation as HomeKit device and tries to act like Elgato Eve Room/Weather",
	"license": "ISC",
	"keywords": [
		"homebridge-plugin",
		"homebridge",
		"netatmo"
	],
	"funding": [
		{
			"type": "github",
			"url": "https://github.com/sponsors/skrollme"
		},
		{
			"type": "paypal",
			"url": "https://www.paypal.com/paypalme/skroll"
		}
	],
	"repository": {
		"type": "git",
		"url": "https://github.com/skrollme/homebridge-eveatmo.git"
	},
	"engines": {
		"homebridge": "^1.6.0 || ^2.0.0",
		"node": "^24 || 22.14.0 || 22 || ^20 || ^18"
	},
	"dependencies": {
		"async": "^2.6.3",
		"axios": "^1.6.7",
		"fakegato-history": "^0.6.5",
		"moment": "^2.29.1",
		"node-cache": "^3.0.0"
	},
	"bugs": {
		"url": "https://github.com/skrollme/homebridge-eveatmo/issues"
	},
	"homepage": "https://github.com/skrollme/homebridge-eveatmo#readme",
	"scripts": {
		"lint": "eslint . --max-warnings=0",
		"fix": "eslint . --max-warnings=0 --fix"
	},
	"devDependencies": {
		"@eslint/js": "^9.14.0",
		"@types/eslint__js": "^8.42.3",
		"@types/node": "^22.8.6",
		"eslint": "^10.0.2",
		"homebridge": "^2.0.0-beta.0",
		"ts-node": "^10.9.2",
		"typescript": "^5.6.3",
		"typescript-eslint": "^8.12.2"
	}
}