immich/open-api/typescript-sdk/package.json

34 lines
743 B
JSON
Raw Normal View History

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