Files
picpeak/package.json
T
Paul Nothaft f0e6d2dfb1 fix: enforce gallery access and consolidate gallery workflows (#1357)
Harden gallery authentication and authorization, consolidate gallery workflows, and prevent token-bearing URLs from leaking through nginx request error logs.
2026-09-08 15:34:09 +02:00

13 lines
206 B
JSON

{
"name": "picpeak",
"version": "0.0.0",
"private": true,
"scripts": {
"test:e2e": "playwright test"
},
"devDependencies": {
"@playwright/test": "^1.57.0",
"dotenv": "^16.4.5"
}
}