{
"name": "app-e2e",
"version": "3.4.0",
"private": true,
"scripts": {
"lint": "eslint . --ext .ts",
"install-playwright": "playwright install --with-deps",
"test": "playwright test",
"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"
},
"devDependencies": {
"@playwright/test": "1.54.1",
"@types/node": "*",
"@types/pdf-parse": "1.1.5",
"eslint-config-impress": "*",
"typescript": "*"
"dependencies": {
"convert-stream": "1.0.2",
"pdf-parse": "1.1.1"
}