mirror of
https://github.com/immich-app/immich.git
synced 2025-12-26 01:11:47 +03:00
14 lines
260 B
JSON
14 lines
260 B
JSON
{
|
|
"name": "immich-i18n",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"format": "prettier --check .",
|
|
"format:fix": "prettier --write ."
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.7.4",
|
|
"prettier-plugin-sort-json": "^4.1.1"
|
|
}
|
|
}
|