mirror of
https://github.com/immich-app/immich.git
synced 2026-03-10 11:53:43 -04:00
14 lines
293 B
JSON
14 lines
293 B
JSON
{
|
|
"name": "immich-i18n",
|
|
"version": "2.5.6",
|
|
"private": true,
|
|
"scripts": {
|
|
"format": "prettier --cache --check .",
|
|
"format:fix": "prettier --cache --write --list-different ."
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.7.4",
|
|
"prettier-plugin-sort-json": "^4.1.1"
|
|
}
|
|
}
|