{ "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" } }