mirror of
https://github.com/stashapp/stash-box.git
synced 2026-05-30 17:19:38 -05:00
28 lines
721 B
JSON
28 lines
721 B
JSON
{
|
|
"name": "stash-box-e2e",
|
|
"version": "0.1.0",
|
|
"description": "End-to-end tests for stash-box. Standalone — not part of the frontend bundle.",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "playwright test",
|
|
"test:ui": "playwright test --ui",
|
|
"install:browsers": "playwright install --with-deps chromium",
|
|
"db:init": "node support/init-db.mts"
|
|
},
|
|
"engines": {
|
|
"node": ">=24"
|
|
},
|
|
"packageManager": "pnpm@9.0.5",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.49.0",
|
|
"@types/mailparser": "^3.4.5",
|
|
"@types/node": "~24",
|
|
"@types/pg": "^8.20.0",
|
|
"mailparser": "^3.7.2",
|
|
"pg": "^8.20.0",
|
|
"smtp-server": "^3.13.6",
|
|
"typescript": "~5.6.0"
|
|
}
|
|
}
|