2024-01-12 12:36:27 +00:00
|
|
|
{
|
|
|
|
"name": "@immich/sdk",
|
2024-12-11 21:15:03 +00:00
|
|
|
"version": "1.122.3",
|
2024-03-12 16:01:12 +00:00
|
|
|
"description": "Auto-generated TypeScript SDK for the Immich API",
|
2024-01-31 01:59:00 +00:00
|
|
|
"type": "module",
|
2024-02-29 16:22:39 +00:00
|
|
|
"main": "./build/index.js",
|
|
|
|
"types": "./build/index.d.ts",
|
2024-01-12 12:36:27 +00:00
|
|
|
"exports": {
|
|
|
|
".": {
|
2024-02-29 16:22:39 +00:00
|
|
|
"types": "./build/index.d.ts",
|
|
|
|
"default": "./build/index.js"
|
2024-01-12 12:36:27 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"scripts": {
|
2024-02-29 16:22:39 +00:00
|
|
|
"build": "tsc"
|
2024-01-12 12:36:27 +00:00
|
|
|
},
|
2024-02-12 15:31:59 +00:00
|
|
|
"license": "GNU Affero General Public License version 3",
|
2024-03-12 16:01:12 +00:00
|
|
|
"dependencies": {
|
|
|
|
"@oazapfts/runtime": "^1.0.2"
|
|
|
|
},
|
2024-01-12 12:36:27 +00:00
|
|
|
"devDependencies": {
|
2024-11-12 12:32:52 +00:00
|
|
|
"@types/node": "^22.9.0",
|
2024-01-12 12:36:27 +00:00
|
|
|
"typescript": "^5.3.3"
|
2024-03-12 16:01:12 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/immich-app/immich.git",
|
|
|
|
"directory": "open-api/typescript-sdk"
|
2024-06-25 13:01:15 +00:00
|
|
|
},
|
|
|
|
"volta": {
|
2024-10-31 14:21:45 +00:00
|
|
|
"node": "22.11.0"
|
2024-01-12 12:36:27 +00:00
|
|
|
}
|
|
|
|
}
|