29 lines
646 B
JSON
29 lines
646 B
JSON
{
|
|
"name": "immichbulkupload",
|
|
"version": "0.0.1-alpha",
|
|
"description": "a simple a script to bulk upload files to Immich",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitea.azures.fr/azures04/ImmichBulkUpload"
|
|
},
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "azures04",
|
|
"email": "gilleslazure04@gmail.com",
|
|
"url": "https://gitea.azures.fr"
|
|
},
|
|
"type": "commonjs",
|
|
"main": "upload.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"@immich/sdk": "^3.1.0",
|
|
"colors": "^1.4.0",
|
|
"dotenv": "^17.4.2",
|
|
"fluent-ffmpeg": "^2.1.3",
|
|
"mime-types": "^3.0.2",
|
|
"sharp": "^0.35.3"
|
|
}
|
|
}
|