mirror of
https://github.com/koush/scrypted.git
synced 2026-02-10 09:12:03 +00:00
* remove webrtc emulation * turn on two way audio by default * add arloq pings and tweak log messages * bump for release * bump scrypted-arlo-go to remove unused code * add arloqs pings * better 2fa selection error msg + get sipinfo * wip sip * re-enable basestation push to talk * bump for 0.7.24 release * bump to working wheels * disable MQTT backend and use SSE as default * some login error handling * remove dependency on cryptography and switch back to scrypted tool * bump for 0.7.27 release * implement DASH container * expand documentation * expand documentation * bump for 0.7.28 beta * discourage DASH further * cleaner container selection * tweak documentation * tweak documentation * bump for 0.7.29 release
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "@scrypted/arlo",
|
|
"version": "0.7.29",
|
|
"description": "Arlo Plugin for Scrypted",
|
|
"keywords": [
|
|
"scrypted",
|
|
"plugin",
|
|
"arlo",
|
|
"camera"
|
|
],
|
|
"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"
|
|
},
|
|
"scrypted": {
|
|
"name": "Arlo Camera Plugin",
|
|
"runtime": "python",
|
|
"type": "DeviceProvider",
|
|
"interfaces": [
|
|
"Settings",
|
|
"DeviceProvider"
|
|
],
|
|
"pluginDependencies": [
|
|
"@scrypted/snapshot",
|
|
"@scrypted/prebuffer-mixin"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@scrypted/sdk": "file:../../sdk"
|
|
}
|
|
}
|