mirror of
https://github.com/koush/scrypted.git
synced 2026-02-08 08:19:56 +00:00
39 lines
996 B
JSON
39 lines
996 B
JSON
{
|
|
"name": "@scrypted/pushover",
|
|
"scripts": {
|
|
"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",
|
|
"scrypted-webpack": "scrypted-webpack"
|
|
},
|
|
"keywords": [
|
|
"scrypted",
|
|
"plugin",
|
|
"pushover",
|
|
"push",
|
|
"notification",
|
|
"notifier"
|
|
],
|
|
"scrypted": {
|
|
"name": "Pushover Plugin",
|
|
"type": "API",
|
|
"interfaces": [
|
|
"DeviceProvider",
|
|
"Settings"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "^16.6.1",
|
|
"pushover-notifications": "^1.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@scrypted/sdk": "file:../../sdk"
|
|
},
|
|
"version": "0.0.4"
|
|
}
|