1
0
Fork 0
mirror of https://github.com/alangrainger/immich-public-proxy.git synced 2024-12-28 20:01:57 +00:00
immich-public-proxy/package.json

30 lines
692 B
JSON
Raw Normal View History

2024-10-28 08:08:16 +00:00
{
"name": "immich-public-proxy",
"version": "1.0.0",
2024-10-28 08:56:11 +00:00
"main": "src/index.ts",
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",
"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",
"dayjs": "^1.11.13"
2024-10-28 08:56:11 +00:00
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^16.18.111",
"@immich/sdk": "^1.118.2",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"eslint": "^8.49.0",
"eslint-config-standard": "^17.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
2024-10-28 08:08:16 +00:00
}
}