don't touch package lock

This commit is contained in:
Jonathan Jogenfors 2023-11-23 10:45:20 +01:00
parent 50627a0bb5
commit 76a1abe7bd
2 changed files with 4979 additions and 200 deletions

5176
cli/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -2,7 +2,7 @@
"name": "@immich/cli",
"version": "2.0.5",
"description": "Command Line Interface (CLI) for Immich",
"main": "dist/src/index.js",
"main": "dist/index.js",
"bin": {
"immich": "./dist/src/index.js"
},
@ -16,6 +16,7 @@
"byte-size": "^8.1.1",
"cli-progress": "^3.12.0",
"commander": "^11.0.0",
"form-data": "^4.0.0",
"glob": "^10.3.1",
"yaml": "^2.3.1"
},