mirror of
https://github.com/immich-app/immich.git
synced 2026-05-13 11:02:15 -04:00
19 lines
559 B
JSON
19 lines
559 B
JSON
{
|
|
"name": "immich-monorepo",
|
|
"version": "2.7.5",
|
|
"description": "Monorepo for Immich",
|
|
"private": true,
|
|
"scripts": {
|
|
"format": "prettier --cache --check i18n/",
|
|
"format:fix": "prettier --cache --write --list-different i18n"
|
|
},
|
|
"packageManager": "pnpm@10.33.4+sha512.1c67b3b359b2d408119ba1ed289f34b8fc3c6873412bec6fd264fbdc82489e510fcbecb9ce9d22dae7f3b76269d8441046014bdca53b9979cd7a561ad631b800",
|
|
"engines": {
|
|
"pnpm": ">=10.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.8.3",
|
|
"prettier-plugin-sort-json": "^4.2.0"
|
|
}
|
|
}
|