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

36 lines
793 B
JSON
Raw Normal View History

2024-01-12 13:36:27 +01:00
{
"name": "@immich/sdk",
"version": "1.92.1",
"description": "",
2024-01-31 02:59:00 +01:00
"type": "module",
"main": "./build/fetch/index.js",
"types": "./build/fetch/index.d.ts",
2024-01-12 13:36:27 +01:00
"exports": {
"./axios": {
"types": "./build/axios/axios.d.ts",
"default": "./build/axios/axios.js"
},
2024-01-12 13:36:27 +01:00
".": {
"types": "./build/fetch/fetch.d.ts",
"default": "./build/fetch/fetch.js"
2024-01-12 13:36:27 +01:00
}
},
"scripts": {
"build": "tsc -b ./tsconfig.axios.json ./tsconfig.fetch.json"
2024-01-12 13:36:27 +01:00
},
"license": "GNU Affero General Public License version 3",
2024-01-12 13:36:27 +01:00
"devDependencies": {
"@oazapfts/runtime": "^1.0.0",
2024-01-12 13:36:27 +01:00
"@types/node": "^20.11.0",
"typescript": "^5.3.3"
},
"peerDependencies": {
"axios": "^1.6.7"
},
"peerDependenciesMeta": {
"axios": {
"optional": true
}
2024-01-12 13:36:27 +01:00
}
}