immich-public-proxy/package.json

19 lines
346 B
JSON
Raw Normal View History

2024-10-28 04:08:16 -04:00
{
"name": "immich-public-proxy",
"version": "1.0.0",
2024-10-28 04:14:39 -04:00
"main": "src/index.js",
2024-10-28 04:08:16 -04:00
"scripts": {
2024-10-28 04:14:39 -04:00
"dev": "node src/index.js",
"start": "node src/index.js"
2024-10-28 04:08:16 -04:00
},
2024-10-28 04:15:22 -04:00
"type": "module",
2024-10-28 04:08:16 -04:00
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"express": "^4.21.1",
"dotenv": "^16.4.5",
"dayjs": "^1.11.13"
}
}