1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-06 11:56:46 +01:00
immich/open-api/typescript-sdk/package.json

26 lines
476 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",
2024-02-01 23:55:21 +01:00
"main": "./build/index.js",
"types": "./build/index.d.ts",
2024-01-12 13:36:27 +01:00
"exports": {
".": {
2024-02-01 23:55:21 +01:00
"types": "./build/index.d.ts",
"default": "./build/index.js"
2024-01-12 13:36:27 +01:00
}
},
"scripts": {
2024-02-01 23:55:21 +01:00
"build": "tsc -b ./tsconfig.json"
2024-01-12 13:36:27 +01:00
},
"license": "MIT",
"devDependencies": {
"@types/node": "^20.11.0",
"typescript": "^5.3.3"
},
"dependencies": {
"axios": "^1.6.7"
2024-01-12 13:36:27 +01:00
}
}