@apocaliss92/scrypted-remote-backup
Version:
Scrypted plugin to remote backup
52 lines (51 loc) • 1.5 kB
JSON
{
"name": "@apocaliss92/scrypted-remote-backup",
"description": "Scrypted plugin to remote backup",
"repository": {
"type": "git",
"url": "https://github.com/apocaliss92/scrypted-remote-backup"
},
"version": "0.0.16",
"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",
"backup",
"samba",
"smb"
],
"scrypted": {
"name": "Scrypted remote backup",
"type": "API",
"interfaces": [
"Settings"
],
"pluginDependencies": []
},
"dependencies": {
"@scrypted/sdk": "^0.3.125",
"lodash": "^4.17.21",
"node-cron": "^3.0.3",
"samba-client": "^7.2.0",
"ssh2-sftp-client": "^11.0.0"
},
"devDependencies": {
"@types/lodash": "^4.17.12",
"@types/node": "^20.11.0",
"@types/node-cron": "^3.0.11",
"@types/ssh2-sftp-client": "^9.0.4",
"node-loader": "^2.0.0"
}
}