{ "name": "immich-public-proxy", "version": "1.2.2", "main": "dist/index.js", "scripts": { "dev": "ts-node src/index.ts", "build": "npx tsc", "test": "podman build -t immich-proxy-test . && podman run --init -it -p=3000:3000 immich-proxy-test", "start": "node dist/index.js" }, "author": "", "license": "ISC", "description": "", "dependencies": { "express": "^4.21.1", "dotenv": "^16.4.5", "dayjs": "^1.11.13", "ejs": "^3.1.10", "typescript": "^5.6.2", "tslib": "^2.8.1" }, "devDependencies": { "ts-node": "^10.9.2", "@types/node": "^16.18.111", "@types/express": "^4.17.21", "@typescript-eslint/eslint-plugin": "5.29.0", "@typescript-eslint/parser": "5.29.0", "eslint": "^8.49.0", "eslint-config-standard": "^17.1.0" } }