mirror of
https://github.com/koush/scrypted.git
synced 2026-04-13 03:50:21 +01:00
save work Add audio-transmit part Fetch VGA JPEG snapshots from the camera save work Use fixed doorbird module 2.1.2 save work Add doorbell and motion events Clean up. Improved initial camera setup like amcrest plugin Update README
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "@scrypted/doorbird",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"scrypted-setup-project": "scrypted-setup-project",
|
|
"prescrypted-setup-project": "scrypted-package-json",
|
|
"build": "scrypted-webpack",
|
|
"prepublishOnly": "cross-env 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",
|
|
"doorbird"
|
|
],
|
|
"scrypted": {
|
|
"name": "Doorbird Plugin",
|
|
"type": "DeviceProvider",
|
|
"interfaces": [
|
|
"DeviceProvider",
|
|
"DeviceCreator",
|
|
"Settings"
|
|
],
|
|
"pluginDependencies": [
|
|
"@scrypted/prebuffer-mixin",
|
|
"@scrypted/pam-diff",
|
|
"@scrypted/snapshot"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@koush/axios-digest-auth": "^0.8.5",
|
|
"doorbird": "^2.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@scrypted/common": "file:../../common",
|
|
"@scrypted/sdk": "file:../../sdk",
|
|
"@types/node": "^18.15.11"
|
|
}
|
|
}
|