mirror of
https://github.com/koush/scrypted.git
synced 2026-02-03 14:13:28 +00:00
44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"name": "@scrypted/smtp",
|
|
"description": "Mail (SMTP) for Scrypted. Turn devices on and off via a mail endpoint. Use in combination with the Dummy Switch plugin to create mail activated motion sensors.",
|
|
"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",
|
|
"smtp",
|
|
"mail",
|
|
"push"
|
|
],
|
|
"scrypted": {
|
|
"name": "Mail (SMTP) Plugin",
|
|
"type": "API",
|
|
"interfaces": [
|
|
"MixinProvider",
|
|
"Settings"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@scrypted/sdk": "file:../../sdk",
|
|
"mailparser": "^3.6.4",
|
|
"smtp-server": "^3.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.16.19",
|
|
"@types/mailparser": "^3.4.0",
|
|
"@types/smtp-server": "^3.5.7"
|
|
},
|
|
"version": "0.0.12"
|
|
}
|