2024-01-12 14:36:27 +02:00
|
|
|
{
|
|
|
|
"name": "@immich/sdk",
|
2024-03-20 16:50:57 +02:00
|
|
|
"version": "1.99.0",
|
2024-03-12 18:01:12 +02:00
|
|
|
"description": "Auto-generated TypeScript SDK for the Immich API",
|
2024-01-31 03:59:00 +02:00
|
|
|
"type": "module",
|
2024-02-29 18:22:39 +02:00
|
|
|
"main": "./build/index.js",
|
|
|
|
"types": "./build/index.d.ts",
|
2024-01-12 14:36:27 +02:00
|
|
|
"exports": {
|
|
|
|
".": {
|
2024-02-29 18:22:39 +02:00
|
|
|
"types": "./build/index.d.ts",
|
|
|
|
"default": "./build/index.js"
|
2024-01-12 14:36:27 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"scripts": {
|
2024-02-29 18:22:39 +02:00
|
|
|
"build": "tsc"
|
2024-01-12 14:36:27 +02:00
|
|
|
},
|
2024-02-12 17:31:59 +02:00
|
|
|
"license": "GNU Affero General Public License version 3",
|
2024-03-12 18:01:12 +02:00
|
|
|
"dependencies": {
|
|
|
|
"@oazapfts/runtime": "^1.0.2"
|
|
|
|
},
|
2024-01-12 14:36:27 +02:00
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^20.11.0",
|
|
|
|
"typescript": "^5.3.3"
|
2024-03-12 18:01:12 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/immich-app/immich.git",
|
|
|
|
"directory": "open-api/typescript-sdk"
|
2024-01-12 14:36:27 +02:00
|
|
|
}
|
|
|
|
}
|