mirror of
https://github.com/alangrainger/immich-public-proxy.git
synced 2024-12-28 03:41:58 +00:00
Rebuild
This commit is contained in:
parent
774164e3d7
commit
ff5d6fb82b
1 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "immich-public-proxy",
|
||||
"version": "1.0.0",
|
||||
"main": "src/index.ts",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"dev": "ts-node src/index.ts",
|
||||
"build": "npx tsc",
|
||||
|
@ -14,9 +14,7 @@
|
|||
"express": "^4.21.1",
|
||||
"dotenv": "^16.4.5",
|
||||
"dayjs": "^1.11.13",
|
||||
"ejs": "^3.1.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ejs": "^3.1.10",
|
||||
"@types/express": "^4.17.21",
|
||||
"@types/node": "^16.18.111",
|
||||
"@typescript-eslint/eslint-plugin": "5.29.0",
|
||||
|
|
Loading…
Reference in a new issue