mirror of
https://github.com/alangrainger/immich-public-proxy.git
synced 2024-12-28 20:01:57 +00:00
16 lines
284 B
JSON
16 lines
284 B
JSON
{
|
|
"name": "immich-public-proxy",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "node index.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"express": "^4.21.1",
|
|
"dotenv": "^16.4.5",
|
|
"dayjs": "^1.11.13"
|
|
}
|
|
}
|