WoodpeckerPlugins/nextcloud-upload/package.json

17 lines
331 B
JSON
Raw Normal View History

2023-07-02 16:53:53 +02:00
{
"name": "nextcloud-upload",
"version": "1.0.0",
"description": "",
"main": "/run.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
2023-11-22 14:56:56 +01:00
"glob": "^10.3.10",
"nextcloud-chunk-file-upload": "^1.2.3",
2023-07-03 13:11:49 +02:00
"xml2json": "^0.12.0"
2023-07-02 16:53:53 +02:00
}
}