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