1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-04 02:46:47 +01:00
immich/open-api/typescript-sdk/package.json
2024-02-01 17:55:21 -05:00

25 lines
476 B
JSON

{
"name": "@immich/sdk",
"version": "1.92.1",
"description": "",
"type": "module",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"exports": {
".": {
"types": "./build/index.d.ts",
"default": "./build/index.js"
}
},
"scripts": {
"build": "tsc -b ./tsconfig.json"
},
"license": "MIT",
"devDependencies": {
"@types/node": "^20.11.0",
"typescript": "^5.3.3"
},
"dependencies": {
"axios": "^1.6.7"
}
}