mirror of
https://github.com/koush/scrypted.git
synced 2026-02-08 08:19:56 +00:00
* add initial support for webrtc * Improvements in WebRTC * Added support for webrtc, testing needed - bump to v0.0.7-beta.0 * Fix issue not being able to select your prebufffer - 2 way audio support test - bump to 0.0.7-beta.1 - improve readme docs * remove null candidate * fix dorbell notifs for some models * bump to version v0.0.7
51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "@scrypted/tuya",
|
|
"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",
|
|
"tuya"
|
|
],
|
|
"scrypted": {
|
|
"name": "Tuya Plugin",
|
|
"type": "DeviceProvider",
|
|
"interfaces": [
|
|
"DeviceProvider",
|
|
"Settings"
|
|
],
|
|
"pluginDependencies": [
|
|
"@scrypted/prebuffer-mixin",
|
|
"@scrypted/snapshot",
|
|
"@scrypted/webrtc"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@scrypted/common": "file:../../common",
|
|
"@scrypted/sdk": "file:../../sdk",
|
|
"axios": "^0.27.2",
|
|
"crypto-js": "^4.1.1",
|
|
"mqtt": "^4.3.7",
|
|
"mqtt-packet": "^8.1.2",
|
|
"ws": "^8.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/crypto-js": "^4.1.1",
|
|
"@types/node": "^16.6.1",
|
|
"@types/uuid": "^8.3.4",
|
|
"@types/ws": "^8.5.3"
|
|
},
|
|
"version": "0.0.7"
|
|
}
|