immich-public-proxy/package.json
2024-10-28 09:15:22 +01:00

19 lines
346 B
JSON

{
"name": "immich-public-proxy",
"version": "1.0.0",
"main": "src/index.js",
"scripts": {
"dev": "node src/index.js",
"start": "node src/index.js"
},
"type": "module",
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"express": "^4.21.1",
"dotenv": "^16.4.5",
"dayjs": "^1.11.13"
}
}