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