mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 18:08:48 -07:00
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
|
{
|
||
|
"name": "immich-cli",
|
||
|
"dependencies": {
|
||
|
"axios": "^1.4.0",
|
||
|
"form-data": "^4.0.0",
|
||
|
"mime-types": "^2.1.35",
|
||
|
"systeminformation": "^5.18.4"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/byte-size": "^8.1.0",
|
||
|
"@types/chai": "^4.3.5",
|
||
|
"@types/cli-progress": "^3.11.0",
|
||
|
"@types/jest": "^29.5.2",
|
||
|
"@types/js-yaml": "^4.0.5",
|
||
|
"@types/mime-types": "^2.1.1",
|
||
|
"@types/mock-fs": "^4.13.1",
|
||
|
"@types/node": "^20.3.1",
|
||
|
"@typescript-eslint/eslint-plugin": "^5.60.1",
|
||
|
"byte-size": "^8.1.1",
|
||
|
"chai": "^4.3.7",
|
||
|
"cli-progress": "^3.12.0",
|
||
|
"commander": "^11.0.0",
|
||
|
"eslint": "^8.43.0",
|
||
|
"eslint-config-prettier": "^8.8.0",
|
||
|
"eslint-plugin-jest": "^27.2.2",
|
||
|
"eslint-plugin-prettier": "^4.2.1",
|
||
|
"eslint-plugin-unicorn": "^47.0.0",
|
||
|
"glob": "^10.3.1",
|
||
|
"jest": "^29.5.0",
|
||
|
"jest-extended": "^4.0.0",
|
||
|
"jest-message-util": "^29.5.0",
|
||
|
"jest-mock-axios": "^4.7.2",
|
||
|
"jest-when": "^3.5.2",
|
||
|
"mock-fs": "^5.2.0",
|
||
|
"picomatch": "^2.3.1",
|
||
|
"ts-jest": "^29.1.0",
|
||
|
"ts-node": "^10.9.1",
|
||
|
"tslib": "^2.5.3",
|
||
|
"typescript": "^4.9.4",
|
||
|
"yaml": "^2.3.1"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"lint": "eslint \"src/**/*.ts\" --max-warnings 0",
|
||
|
"prepack": "yarn build ",
|
||
|
"test": "jest",
|
||
|
"test:cov": "jest --coverage",
|
||
|
"format": "prettier --check ."
|
||
|
}
|
||
|
}
|