{
	"author": {
		"name": "Gareth Flowers",
		"url": "https://garethflowers.dev"
	},
	"bugs": {
		"url": "https://github.com/garethflowers/homebridge-texecom-connect/issues"
	},
	"description": "A Homebridge plugin to integrate with Texecom Connect SmartCom.",
	"devDependencies": {
		"@garethflowers/eslint-config-ts": "0.3.0",
		"homebridge": "2.0.0-beta.0",
		"nodemon": "3.1.7",
		"rimraf": "6.0.1",
		"ts-node": "10.9.2",
		"typescript": "5.6.2"
	},
	"displayName": "Homebridge Texecom Connect",
	"engines": {
		"homebridge": "^1.6.0 || ^2.0.0-beta.0",
		"node": "^18.20.4 || ^20.15.1"
	},
	"eslintConfig": {
		"extends": [
			"@garethflowers/eslint-config-ts"
		]
	},
	"funding": {
		"type": "paypal",
		"url": "https://paypal.me/garethflowers"
	},
	"keywords": [
		"homebridge",
		"homebridge-plugin",
		"texecom",
		"texecom-connect",
		"security-system"
	],
	"license": "MIT",
	"main": "dist/index.js",
	"name": "homebridge-texecom-connect",
	"repository": {
		"type": "git",
		"url": "git://github.com/garethflowers/homebridge-texecom-connect.git"
	},
	"scripts": {
		"build": "tsc",
		"lint": "eslint .",
		"postversion": "git push --follow-tags",
		"prebuild": "rimraf ./dist",
		"prepublishOnly": "npm run lint && npm run build",
		"preversion": "npm run build && npm run test",
		"start": "npm run watch",
		"test": "npm run lint",
		"watch": "npm run build && npm link && nodemon"
	},
	"version": "0.0.11"
}
