@apocaliss92/scrypted-osd-manager
Version:
Scrypted plugin to manage cameras OSD
50 lines (49 loc) • 1.3 kB
JSON
{
"name": "@apocaliss92/scrypted-osd-manager",
"description": "Scrypted plugin to manage cameras OSD",
"repository": {
"type": "git",
"url": "https://github.com/apocaliss92/scrypted-osd-manager.git"
},
"version": "0.0.35",
"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",
"osd",
"overlay",
"amcrest",
"dahua",
"onvif",
"reolink"
],
"scrypted": {
"name": "OSD Manager",
"type": "API",
"interfaces": [
"Settings",
"MixinProvider"
],
"pluginDependencies": []
},
"dependencies": {
"@scrypted/common": "file:../scrypted/common",
"@scrypted/sdk": "0.3.118"
},
"devDependencies": {
"@types/lodash": "^4.17.12",
"@types/node": "^20.11.0"
}
}