@conneryn/immich
Version:
56 lines (55 loc) • 1.27 kB
JSON
{
"name": "@conneryn/immich",
"version": "0.27.0",
"description": "Immich CLI",
"main": "bin/index.js",
"scripts": {
"build": "tsc",
"start": "node bin/index.js",
"test": "node bin/index.js upload -d ./test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alextran1502/immich-cli.git"
},
"keywords": [
"immich",
"cli"
],
"author": "Alex Tran",
"license": "MIT",
"bugs": {
"url": "https://github.com/alextran1502/immich-cli/issues"
},
"homepage": "https://github.com/alextran1502/immich-cli#readme",
"dependencies": {
"axios": "^0.26.0",
"chalk": "^2.4.1",
"cli-progress": "^3.10.0",
"commander": "^9.0.0",
"exifr": "^7.1.3",
"fdir": "^5.2.0",
"form-data": "^4.0.0",
"get-video-duration": "^4.0.0",
"mime-types": "^2.1.34",
"node-machine-id": "^1.1.12",
"p-limit": "3.1.0",
"simple-thumbnail": "^1.6.5",
"systeminformation": "^5.11.6"
},
"files": [
"LICENSE",
"README.md",
"bin/**/*.js",
"bin/**/*.d.ts"
],
"bin": {
"immich": "./bin/index.js"
},
"devDependencies": {
"@types/cli-progress": "^3.11.0",
"@types/mime-types": "^2.1.1",
"@types/node": "^18.7.8",
"typescript": "^4.7.4"
}
}