2024-10-28 08:08:16 +00:00
|
|
|
{
|
|
|
|
"name": "immich-public-proxy",
|
2024-10-31 18:24:39 +00:00
|
|
|
"version": "1.2.2",
|
2024-10-29 14:55:12 +00:00
|
|
|
"main": "dist/index.js",
|
2024-10-28 08:08:16 +00:00
|
|
|
"scripts": {
|
2024-10-28 08:56:11 +00:00
|
|
|
"dev": "ts-node src/index.ts",
|
|
|
|
"build": "npx tsc",
|
2024-11-01 07:55:54 +00:00
|
|
|
"test": "podman build -t immich-proxy-test . && podman run --init -it -p=3000:3000 immich-proxy-test",
|
2024-10-28 08:56:11 +00:00
|
|
|
"start": "node dist/index.js"
|
2024-10-28 08:08:16 +00:00
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"description": "",
|
|
|
|
"dependencies": {
|
|
|
|
"express": "^4.21.1",
|
|
|
|
"dotenv": "^16.4.5",
|
2024-10-28 19:47:14 +00:00
|
|
|
"dayjs": "^1.11.13",
|
2024-10-29 14:55:12 +00:00
|
|
|
"ejs": "^3.1.10",
|
2024-11-01 07:55:54 +00:00
|
|
|
"typescript": "^5.6.2",
|
|
|
|
"tslib": "^2.8.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"ts-node": "^10.9.2",
|
2024-10-28 08:56:11 +00:00
|
|
|
"@types/node": "^16.18.111",
|
2024-11-01 07:55:54 +00:00
|
|
|
"@types/express": "^4.17.21",
|
2024-10-28 08:56:11 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.29.0",
|
|
|
|
"@typescript-eslint/parser": "5.29.0",
|
|
|
|
"eslint": "^8.49.0",
|
2024-11-01 07:55:54 +00:00
|
|
|
"eslint-config-standard": "^17.1.0"
|
2024-10-28 08:08:16 +00:00
|
|
|
}
|
|
|
|
}
|