@apocaliss92/scrypted-advanced-notifier
Version:
Advanced notifier rule based with connections to MQTT and Homeassistant. Allows customized detections, occupancy and timelapses
60 lines (59 loc) • 1.65 kB
JSON
{
"name": "@apocaliss92/scrypted-advanced-notifier",
"description": "Advanced notifier rule based with connections to MQTT and Homeassistant. Allows customized detections, occupancy and timelapses",
"repository": {
"type": "git",
"url": "https://github.com/apocaliss92/scrypted-advanced-notifier"
},
"version": "2.2.33",
"scripts": {
"scrypted-setup-project": "scrypted-setup-project",
"prescrypted-setup-project": "scrypted-package-json",
"build": "scrypted-webpack",
"prepublishOnly": "NODE_ENV=production scrypted-webpack",
"prescrypted-vscode-launch": "scrypted-webpack",
"scrypted-vscode-launch": "scrypted-deploy-debug",
"scrypted-deploy-debug": "scrypted-deploy-debug",
"scrypted-debug": "scrypted-debug",
"scrypted-deploy": "scrypted-deploy",
"scrypted-readme": "scrypted-readme",
"scrypted-package-json": "scrypted-package-json"
},
"keywords": [
"scrypted",
"plugin",
"homeassistant",
"occupancy",
"mqtt",
"metadata",
"notifier",
"filter",
"timelapses",
"track"
],
"scrypted": {
"name": "Advanced notifier",
"type": "API",
"interfaces": [
"Settings",
"DeviceProvider",
"MixinProvider",
"HttpRequestHandler",
"Videoclips"
],
"pluginDependencies": []
},
"dependencies": {
"@scrypted/common": "file:../scrypted/common",
"@scrypted/sdk": "^0.3.124",
"axios": "^0.23.0",
"jimp": "^1.6.0",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"sharp": "^0.33.5"
},
"devDependencies": {
"@types/lodash": "^4.17.12",
"@types/node": "^20.11.0"
}
}