{
	"name": "homebridge-yalesyncalarm",
	"version": "1.2.4",
	"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/jonathandann/homebridge-yalesyncalarm.git"
	},
	"keywords": [
		"homebridge",
		"homebridge-plugin",
		"yale",
		"alarm",
		"typescript"
	],
	"author": "Jonathan Dann",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/jonathandann/homebridge-yalesyncalarm/issues"
	},
	"homepage": "https://github.com/jonathandann/homebridge-yalesyncalarm#readme",
	"engines": {
		"homebridge": ">=0.4.5"
	},
	"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"
	}
}
