2024-04-02 10:13:06 +00:00
|
|
|
{
|
|
|
|
|
"name": "app-e2e",
|
2025-03-28 11:11:16 +00:00
|
|
|
"version": "3.0.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-02-07 16:06:33 +00:00
|
|
|
"@playwright/test": "1.50.1",
|
2024-04-02 10:13:06 +00:00
|
|
|
"@types/node": "*",
|
2024-04-10 18:05:49 +00:00
|
|
|
"@types/pdf-parse": "1.1.4",
|
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
|
|
|
}
|
|
|
|
|
}
|