2024-04-02 10:13:06 +00:00
|
|
|
{
|
|
|
|
|
"name": "app-e2e",
|
2025-09-04 10:16:29 +00:00
|
|
|
"version": "3.6.0",
|
2024-04-02 10:13:06 +00:00
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"lint": "eslint . --ext .ts",
|
2024-08-19 13:38:21 +00:00
|
|
|
"install-playwright": "playwright install --with-deps",
|
2024-04-02 10:13:06 +00:00
|
|
|
"test": "playwright test",
|
2024-08-19 13:38:21 +00:00
|
|
|
"test:ui": "yarn test --ui",
|
|
|
|
|
"test:ui::firefox": "yarn test:ui --project=firefox",
|
|
|
|
|
"test:ui::webkit": "yarn test:ui --project=webkit",
|
|
|
|
|
"test:ui::chromium": "yarn test:ui --project=chromium"
|
2024-04-02 10:13:06 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-09-01 09:57:03 +00:00
|
|
|
"@playwright/test": "1.55.0",
|
2024-04-02 10:13:06 +00:00
|
|
|
"@types/node": "*",
|
2025-04-23 09:43:50 +00:00
|
|
|
"@types/pdf-parse": "1.1.5",
|
2024-04-02 10:13:06 +00:00
|
|
|
"eslint-config-impress": "*",
|
2025-01-15 11:16:14 +00:00
|
|
|
"typescript": "*"
|
2024-04-10 18:05:49 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"convert-stream": "1.0.2",
|
2024-08-23 11:21:26 +00:00
|
|
|
"pdf-parse": "1.1.1"
|
2024-04-02 10:13:06 +00:00
|
|
|
}
|
|
|
|
|
}
|