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