2024-01-12 07:36:27 -05:00
|
|
|
{
|
|
|
|
"name": "@immich/sdk",
|
2024-08-30 12:16:21 -05:00
|
|
|
"version": "1.113.0",
|
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-08-28 07:52:49 -05:00
|
|
|
"@types/node": "^20.16.1",
|
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-08-25 21:50:51 -05:00
|
|
|
"node": "20.17.0"
|
2024-01-12 07:36:27 -05:00
|
|
|
}
|
|
|
|
}
|