chore(cli): push to npm (#5168)

This commit is contained in:
Jason Rasmussen
2023-11-20 08:04:20 -05:00
committed by GitHub
parent 235b82b3fc
commit 81af3b6f20
5 changed files with 56 additions and 4 deletions

View File

@@ -1,10 +1,12 @@
{
"name": "@immich/cli",
"version": "2.0.0",
"version": "2.0.3",
"description": "Command Line Interface (CLI) for Immich",
"main": "dist/index.js",
"bin": {
"immich": "./dist/index.js"
},
"license": "MIT",
"dependencies": {
"axios": "^1.6.2",
"byte-size": "^8.1.1",
@@ -45,7 +47,7 @@
"scripts": {
"build": "tsc --project tsconfig.build.json",
"lint": "eslint \"src/**/*.ts\" --max-warnings 0",
"prepack": "yarn build ",
"prepack": "npm run build",
"test": "jest",
"test:cov": "jest --coverage",
"format": "prettier --check .",