mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
chore: use mise (#28298)
This commit is contained in:
parent
7c6750941e
commit
25a6a38b30
23 changed files with 202 additions and 217 deletions
|
|
@ -2,6 +2,11 @@
|
|||
"name": "@immich/sdk",
|
||||
"version": "2.7.5",
|
||||
"description": "Auto-generated TypeScript SDK for the Immich API",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/immich-app/immich.git",
|
||||
"directory": "open-api/typescript-sdk"
|
||||
},
|
||||
"type": "module",
|
||||
"main": "./build/index.js",
|
||||
"types": "./build/index.d.ts",
|
||||
|
|
@ -21,13 +26,5 @@
|
|||
"devDependencies": {
|
||||
"@types/node": "^24.12.2",
|
||||
"typescript": "^6.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/immich-app/immich.git",
|
||||
"directory": "open-api/typescript-sdk"
|
||||
},
|
||||
"volta": {
|
||||
"node": "24.15.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue