Update package.json

This commit is contained in:
Alan Grainger 2024-11-01 09:03:05 +01:00
parent ea5cb3acb8
commit ede15bcd68

View File

@ -1,16 +1,20 @@
{ {
"name": "immich-public-proxy", "name": "immich-public-proxy",
"version": "1.2.2", "version": "1.2.2",
"main": "dist/index.js",
"scripts": { "scripts": {
"dev": "ts-node src/index.ts", "dev": "ts-node src/index.ts",
"build": "npx tsc", "build": "npx tsc",
"test": "podman build -t immich-proxy-test . && podman run --init -it -p=3000:3000 immich-proxy-test", "test": "podman build -t immich-proxy-test . && podman run --init -it -p=3000:3000 immich-proxy-test",
"start": "node dist/index.js" "start": "node dist/index.js"
}, },
"author": "", "author": "Alan Grainger",
"license": "ISC", "license": "GPL-3.0",
"description": "", "description": "Share your Immich photos and albums in a safe way without exposing your Immich instance to the public.",
"repository": {
"type": "git",
"url": "https://github.com/alangrainger/immich-public-proxy.git"
},
"main": "dist/index.js",
"dependencies": { "dependencies": {
"express": "^4.21.1", "express": "^4.21.1",
"dotenv": "^16.4.5", "dotenv": "^16.4.5",