WoodpeckerPlugins/nextcloud-upload/package.json
2023-11-22 14:56:56 +01:00

17 lines
331 B
JSON

{
"name": "nextcloud-upload",
"version": "1.0.0",
"description": "",
"main": "/run.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"glob": "^10.3.10",
"nextcloud-chunk-file-upload": "^1.2.3",
"xml2json": "^0.12.0"
}
}