{
	"name": "@henrywang/homebridge-yalesyncalarm",
	"version": "1.2.9",
	"description": "Homebridge plugin for the Yale Sync Alarm",
	"main": "./dist/YaleSyncPlatform.js",
	"types": "./dist/YaleSyncPlatform.d.ts",
	"files": [
		"/dist/**/*",
		".tsconfig.json",
		"README.md",
		"LICENSE"
	],
	"scripts": {
		"test": "echo \"Error: no test specified\" && exit 1",
		"build": "node_modules/typescript/bin/tsc",
		"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
		"prepare": "npm run build"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/HenryQW/homebridge-yalealarmsystem.git"
	},
	"keywords": [
		"homebridge",
		"homebridge-plugin",
		"yale",
		"alarm",
		"typescript"
	],
	"author": "HenryQW",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/HenryQW/homebridge-yalealarmsystem/issues"
	},
	"homepage": "https://github.com/HenryQW/homebridge-yalealarmsystem#readme",
	"engines": {
		"homebridge": ">=1.3.0"
	},
	"dependencies": {
		"type-safe-json-decoder": "0.2.0",
		"yalesyncalarm": "2.0.4"
	},
	"devDependencies": {
		"hap-nodejs": "0.5.6",
		"prettier": "1.19.1",
		"typescript": "3.7.5"
	}
}
