homebridge-hatch-baby-rest-volume
Version:
Homebridge plugin for Hatch Baby Rest bluetooth night light volume
88 lines (87 loc) • 2.69 kB
JSON
{
"name": "homebridge-hatch-baby-rest-volume",
"version": "1.0.1",
"description": "Homebridge plugin for Hatch Baby Rest bluetooth night light volume",
"main": "lib/index.js",
"scripts": {
"test": "mocha test/**/*.spec.ts && eslint '**/*.ts'",
"lint": "eslint '**/*.ts' --fix",
"prettier": "prettier **/*.ts --write",
"build": "rm -rf lib && tsc",
"example": "ts-node ./examples/example.ts",
"plus-example": "ts-node ./examples/rest-plus-example.ts",
"test-homebridge": "npm run build && ./build/package.sh && homebridge -P ./release -U ./.homebridge",
"prepare-npm-package": "./build/package.sh",
"push-with-tags": "git push --follow-tags && node ./build/github-releaser.js",
"deploy": "standard-version && npm publish release && npm run push-with-tags",
"deploy-alpha": "standard-version --prerelease alpha && npm publish --tag alpha release && npm run push-with-tags"
},
"standard-version": {
"scripts": {
"prerelease": "npm run build && npm test",
"posttag": "npm run prepare-npm-package"
}
},
"repository": {
"type": "git",
"url": "git://github.com/ScottMacWatters/homebridge-hatch-baby-rest-volume.git"
},
"keywords": [
"homebridge-plugin",
"hatch",
"baby",
"rest",
"night",
"light"
],
"author": "ScottMacWatters",
"license": "MIT",
"dependencies": {
"@abandonware/noble": "1.9.2-10",
"aws-iot-device-sdk": "2.2.6",
"got": "11.6.2",
"pure-color": "1.3.0",
"rxjs": "6.6.3"
},
"devDependencies": {
"@types/aws-iot-device-sdk": "2.2.2",
"@types/chai": "4.2.12",
"@types/debug": "4.1.5",
"@types/mocha": "8.0.3",
"@types/node": "14.10.1",
"@typescript-eslint/eslint-plugin": "4.1.0",
"@typescript-eslint/parser": "4.1.0",
"chai": "4.2.0",
"conventional-github-releaser": "3.1.5",
"dotenv": "8.2.0",
"eslint": "7.9.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-prettier": "3.1.4",
"homebridge": "1.1.6",
"homebridge-config-ui-x": "4.27.1",
"mocha": "8.1.3",
"prettier": "2.1.1",
"standard-version": "9.0.0",
"ts-essentials": "7.0.0",
"ts-node": "9.0.0",
"typescript": "4.0.2"
},
"engines": {
"node": ">=10.0.0",
"homebridge": ">=0.4.0"
},
"bugs": {
"url": "https://github.com/ScottMacWatters/homebridge-hatch-baby-rest-volume/issues"
},
"homepage": "https://github.com/ScottMacWatters/homebridge-hatch-baby-rest-volume#readme",
"funding": [
{
"type": "paypal",
"url": "https://www.paypal.me/dustingreif"
},
{
"type": "github",
"url": "https://github.com/sponsors/dgreif"
}
]
}