mirror of
https://github.com/koush/scrypted.git
synced 2026-02-03 14:13:28 +00:00
58 lines
1.7 KiB
JSON
58 lines
1.7 KiB
JSON
{
|
|
"name": "@scrypted/cloud",
|
|
"description": "Scrypted Cloud plugin which makes your hub accessible at home.scrypted.app",
|
|
"scripts": {
|
|
"scrypted-setup-project": "scrypted-setup-project",
|
|
"prescrypted-setup-project": "scrypted-package-json",
|
|
"build": "scrypted-webpack",
|
|
"preprepublishOnly": "scrypted-changelog",
|
|
"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-changelog": "scrypted-changelog",
|
|
"scrypted-package-json": "scrypted-package-json",
|
|
"scrypted-readme": "scrypted-readme"
|
|
},
|
|
"keywords": [
|
|
"scrypted",
|
|
"plugin",
|
|
"google",
|
|
"assistant",
|
|
"home",
|
|
"cloud"
|
|
],
|
|
"scrypted": {
|
|
"name": "Scrypted Cloud",
|
|
"type": "API",
|
|
"realfs": true,
|
|
"interfaces": [
|
|
"SystemSettings",
|
|
"MediaConverter",
|
|
"OauthClient",
|
|
"Settings",
|
|
"HttpRequestHandler"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@eneris/push-receiver": "^4.2.0",
|
|
"@scrypted/common": "file:../../common",
|
|
"@scrypted/sdk": "file:../../sdk",
|
|
"bpmux": "^8.2.1",
|
|
"cloudflared": "^0.5.3",
|
|
"exponential-backoff": "^3.1.1",
|
|
"http-proxy": "^1.18.1",
|
|
"nat-upnp": "file:./external/node-nat-upnp"
|
|
},
|
|
"devDependencies": {
|
|
"@types/http-proxy": "^1.17.15",
|
|
"@types/ip": "^1.1.3",
|
|
"@types/nat-upnp": "^1.1.5",
|
|
"@types/node": "^22.5.2",
|
|
"ts-node": "^10.9.2"
|
|
},
|
|
"version": "0.2.47"
|
|
}
|