Files
scrypted/plugins/smtp/package.json
Koushik Dutta d9dccf36a3 mail: readme
2023-06-30 17:58:23 -07:00

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"
}