Files
Photography/package.json
Kroonk 64fe667240
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 33s
Fix Photography deploy metadata and SQLite migration
2026-05-20 18:54:10 +02:00

43 lines
1.0 KiB
JSON

{
"name": "mischkomposition",
"version": "1.0.0",
"description": "Mischkomposition - Photography Portfolio by Tom Misch",
"main": "npmfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://git.mischlabs.de/MrDiderot/Photography.git"
},
"keywords": [
"photography",
"portfolio",
"mischkomposition"
],
"author": "Tom Misch",
"license": "GPL-3.0",
"bugs": {
"url": "https://git.mischlabs.de/MrDiderot/Photography/issues"
},
"homepage": "https://tom.mischlabs.de",
"dependencies": {
"archiver": "^7.0.1",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.6",
"express": "^4.19.2",
"jsonwebtoken": "^9.0.2",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"del": "^4.1.1",
"gulp": "^4.0.2",
"gulp-filter": "^9.0.1",
"gulp-image-resize": "^0.13.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^5.0.0",
"gulp-uglify": "^3.0.0",
"sass": "^1.25.0"
}
}