mirror of
https://github.com/koush/scrypted.git
synced 2026-02-09 08:42:19 +00:00
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "@scrypted/ring",
|
|
"scripts": {
|
|
"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-webpack": "scrypted-webpack"
|
|
},
|
|
"keywords": [
|
|
"scrypted",
|
|
"plugin",
|
|
"ring"
|
|
],
|
|
"scrypted": {
|
|
"name": "Ring Plugin",
|
|
"type": "DeviceProvider",
|
|
"interfaces": [
|
|
"DeviceProvider",
|
|
"Settings"
|
|
],
|
|
"pluginDependencies": [
|
|
"@scrypted/prebuffer-mixin",
|
|
"@scrypted/snapshot",
|
|
"@scrypted/webrtc-source"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@koush/ring-client-api": "file:../../external/ring-client-api",
|
|
"@types/node": "^16.6.1",
|
|
"axios": "^0.24.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"got": "11.8.2"
|
|
},
|
|
"devDependencies": {
|
|
"@scrypted/common": "file:../../common",
|
|
"@scrypted/sdk": "file:../../sdk",
|
|
"typescript": "^4.6.2"
|
|
},
|
|
"version": "0.0.69"
|
|
}
|