f0e6d2dfb1
Harden gallery authentication and authorization, consolidate gallery workflows, and prevent token-bearing URLs from leaking through nginx request error logs.
13 lines
206 B
JSON
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"
|
|
}
|
|
}
|