1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-23 02:06:15 +02:00
immich/open-api/typescript-sdk/package.json

24 lines
485 B
JSON
Raw Normal View History

2024-01-12 14:36:27 +02:00
{
"name": "@immich/sdk",
2024-03-07 19:40:40 +02:00
"version": "1.98.0",
2024-01-12 14:36:27 +02:00
"description": "",
2024-01-31 03:59:00 +02:00
"type": "module",
"main": "./build/index.js",
"types": "./build/index.d.ts",
2024-01-12 14:36:27 +02:00
"exports": {
".": {
"types": "./build/index.d.ts",
"default": "./build/index.js"
2024-01-12 14:36:27 +02:00
}
},
"scripts": {
"build": "tsc"
2024-01-12 14:36:27 +02:00
},
"license": "GNU Affero General Public License version 3",
2024-01-12 14:36:27 +02:00
"devDependencies": {
"@oazapfts/runtime": "^1.0.0",
2024-01-12 14:36:27 +02:00
"@types/node": "^20.11.0",
"typescript": "^5.3.3"
}
}