mirror of
https://github.com/immich-app/immich.git
synced 2024-11-28 09:33:27 +02:00
3b772a772c
* fix: web version * update package-lock.json * update typescript-sdk
24 lines
485 B
JSON
24 lines
485 B
JSON
{
|
|
"name": "@immich/sdk",
|
|
"version": "1.97.0",
|
|
"description": "",
|
|
"type": "module",
|
|
"main": "./build/index.js",
|
|
"types": "./build/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./build/index.d.ts",
|
|
"default": "./build/index.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"license": "GNU Affero General Public License version 3",
|
|
"devDependencies": {
|
|
"@oazapfts/runtime": "^1.0.0",
|
|
"@types/node": "^20.11.0",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|