UNPKG

@apocaliss92/scrypted-advanced-notifier

Version:

Advanced notifier rule based with connections to MQTT and Homeassistant. Allows customized detections, occupancy and timelapses

72 lines (71 loc) 1.96 kB
{ "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": "4.4.26", "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", "securitySystem", "alarm", "frigate", "track" ], "scrypted": { "name": "Advanced notifier", "type": "API", "realfs": true, "interfaces": [ "Settings", "DeviceProvider", "MixinProvider", "HttpRequestHandler", "Videoclips", "LauncherApplication", "PushHandler" ], "pluginDependencies": [] }, "dependencies": { "@anthropic-ai/sdk": "^0.39.0", "@google/generative-ai": "^0.24.0", "@scrypted/common": "file:../scrypted/common", "@scrypted/sdk": "0.5.29", "axios": "^0.23.0", "groq-sdk": "^0.17.0", "jimp": "^1.6.0", "lodash": "^4.17.21", "moment": "^2.30.1", "mqtt": "5.10.4", "node-json-db": "^2.3.1", "sharp": "^0.33.5" }, "devDependencies": { "@types/better-sqlite3": "^7.6.13", "@types/lodash": "^4.17.12", "@types/node": "^20.11.0" } }