{
	"name": "@berkbayri/homebridge-denon-avr-rs232",
	"version": "1.0.13",
	"description": "Homebridge plugin for controlling Denon AVRs via RS232.",
	"main": "index.js",
	"scripts": {
		"test": "echo \"Error: no test specified\" && exit 1"
	},
	"keywords": [
		"homebridge",
		"homebridge-plugin",
		"denon",
		"avr",
		"rsr232"
	],
	"author": "Berk Bayri",
	"license": "MIT",
	"engines": {
		"node": ">=10.15.2",
		"homebridge": ">=0.4.47"
	},
	"dependencies": {
		"serialport": "^6.2.0"
	}
}
