{
	"displayName": "Homebridge SOMA Shades",
	"name": "homebridge-soma-shades",
	"version": "1.2.0",
	"description": "A homebridge plugin for SOMA Smart Shades",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git://github.com:fisherwise/homebridge-soma-shades.git"
	},
	"bugs": {
		"url": "https://github.com/fisherwise/homebridge-soma-shades/issues"
	},
	"homepage": "https://github.com/fisherwise/homebridge-soma-shades#readme",
	"engines": {
		"node": ">=10.17.0",
		"homebridge": ">=1.0.0"
	},
	"main": "dist/index.js",
	"scripts": {
		"lint": "eslint src/**.ts --max-warnings=0",
		"watch": "npm run build && npm link && nodemon",
		"build": "rimraf ./dist && tsc",
		"prepublishOnly": "npm run lint && npm run build"
	},
	"keywords": [
		"homebridge-plugin",
		"homebridge",
		"SOMA",
		"SOMA Smart Shades",
		"Smart Shades",
		"Shade",
		"Blind"
	],
	"dependencies": {
		"@abandonware/noble": "^1.9.2-10"
	},
	"devDependencies": {
		"@types/node": "^14.14.6",
		"@typescript-eslint/eslint-plugin": "^4.6.1",
		"@typescript-eslint/parser": "^4.6.1",
		"eslint": "^7.13.0",
		"homebridge": "^1.2.3",
		"nodemon": "^2.0.6",
		"rimraf": "^3.0.2",
		"ts-node": "^9.0.0",
		"typescript": "^4.0.5"
	}
}
