mirror of
https://github.com/immich-app/immich.git
synced 2024-11-16 18:42:17 -07:00
2e39243670
* deps: open-api generator * fix: unused sed/replace
29 lines
663 B
JSON
29 lines
663 B
JSON
{
|
|
"name": "@immich/sdk",
|
|
"version": "1.92.1",
|
|
"description": "",
|
|
"type": "commonjs",
|
|
"main": "./build/cjs/index.js",
|
|
"module": "./build/esm/index.js",
|
|
"typings": "./build/types/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./build/esm/index.js",
|
|
"require": "./build/cjs/index.js",
|
|
"default": "./build/cjs/index.js",
|
|
"types": "./build/types/index.d.ts"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsc -b ./tsconfig.cjs.json ./tsconfig.esm.json ./tsconfig.types.json"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.0",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.6.7"
|
|
}
|
|
}
|