mirror of
https://github.com/immich-app/immich.git
synced 2024-11-28 09:33:27 +02:00
0c45f51a29
chore: bump to v6
36 lines
793 B
JSON
36 lines
793 B
JSON
{
|
|
"name": "@immich/sdk",
|
|
"version": "1.92.1",
|
|
"description": "",
|
|
"type": "module",
|
|
"main": "./build/fetch/index.js",
|
|
"types": "./build/fetch/index.d.ts",
|
|
"exports": {
|
|
"./axios": {
|
|
"types": "./build/axios/axios.d.ts",
|
|
"default": "./build/axios/axios.js"
|
|
},
|
|
".": {
|
|
"types": "./build/fetch/fetch.d.ts",
|
|
"default": "./build/fetch/fetch.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsc -b ./tsconfig.axios.json ./tsconfig.fetch.json"
|
|
},
|
|
"license": "GNU Affero General Public License version 3",
|
|
"devDependencies": {
|
|
"@oazapfts/runtime": "^1.0.0",
|
|
"@types/node": "^20.11.0",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"peerDependencies": {
|
|
"axios": "^1.6.7"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"axios": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|