mirror of
https://github.com/koush/scrypted.git
synced 2026-02-08 08:19:56 +00:00
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "@scrypted/cloud",
|
|
"description": "Scrypted Cloud plugin which makes your hub accessible at home.scrypted.app",
|
|
"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",
|
|
"google",
|
|
"assistant",
|
|
"home",
|
|
"cloud"
|
|
],
|
|
"scrypted": {
|
|
"name": "Scrypted Cloud",
|
|
"type": "API",
|
|
"interfaces": [
|
|
"BufferConverter",
|
|
"OauthClient",
|
|
"Settings",
|
|
"DeviceProvider",
|
|
"HttpRequestHandler"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@koush/wrtc": "^0.5.2",
|
|
"axios": "^0.21.1",
|
|
"debug": "^4.3.1",
|
|
"http-proxy": "^1.18.1",
|
|
"push-receiver": "^2.1.1",
|
|
"query-string": "^6.14.1"
|
|
},
|
|
"devDependencies": {
|
|
"@scrypted/sdk": "file:../../sdk",
|
|
"@types/debug": "^4.1.5",
|
|
"@types/http-proxy": "^1.17.5"
|
|
},
|
|
"version": "0.0.22"
|
|
}
|