2024-01-12 07:36:27 -05:00
|
|
|
{
|
|
|
|
"name": "@immich/sdk",
|
2024-11-12 12:30:29 -05:00
|
|
|
"version": "1.120.2",
|
2024-03-12 11:01:12 -05:00
|
|
|
"description": "Auto-generated TypeScript SDK for the Immich API",
|
2024-01-30 20:59:00 -05: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 10:31:59 -05:00
|
|
|
"license": "GNU Affero General Public License version 3",
|
2024-03-12 11:01:12 -05:00
|
|
|
"dependencies": {
|
|
|
|
"@oazapfts/runtime": "^1.0.2"
|
|
|
|
},
|
2024-01-12 07:36:27 -05:00
|
|
|
"devDependencies": {
|
2024-11-12 07:32:52 -05:00
|
|
|
"@types/node": "^22.9.0",
|
2024-01-12 07:36:27 -05:00
|
|
|
"typescript": "^5.3.3"
|
2024-03-12 11:01:12 -05:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/immich-app/immich.git",
|
|
|
|
"directory": "open-api/typescript-sdk"
|
2024-06-25 08:01:15 -05:00
|
|
|
},
|
|
|
|
"volta": {
|
2024-10-31 09:21:45 -05:00
|
|
|
"node": "22.11.0"
|
2024-01-12 07:36:27 -05:00
|
|
|
}
|
|
|
|
}
|