mirror of
https://github.com/immich-app/immich.git
synced 2025-09-29 15:31:13 -04:00
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Zack Pollard <zackpollard@ymail.com>
29 lines
677 B
JSON
29 lines
677 B
JSON
{
|
|
"name": ".github",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"devDependencies": {
|
|
"prettier": "^3.5.3"
|
|
}
|
|
},
|
|
"node_modules/prettier": {
|
|
"version": "3.6.1",
|
|
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.1.tgz",
|
|
"integrity": "sha512-5xGWRa90Sp2+x1dQtNpIpeOQpTDBs9cZDmA/qs2vDNN2i18PdapqY7CmBeyLlMuGqXJRIOPaCaVZTLNQRWUH/A==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"prettier": "bin/prettier.cjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/prettier/prettier?sponsor=1"
|
|
}
|
|
}
|
|
}
|
|
}
|