2024-04-02 10:13:06 +00:00
|
|
|
{
|
|
|
|
|
"name": "app-e2e",
|
2026-01-29 09:26:35 +00:00
|
|
|
"version": "4.5.0",
|
2025-09-12 08:20:01 +00:00
|
|
|
"repository": "https://github.com/suitenumerique/docs",
|
|
|
|
|
"author": "DINUM",
|
|
|
|
|
"license": "MIT",
|
2024-04-02 10:13:06 +00:00
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
2025-08-07 14:59:08 +00:00
|
|
|
"lint": "eslint",
|
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-12-22 03:58:47 +00:00
|
|
|
"@playwright/test": "1.57.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",
|
2025-08-08 12:43:25 +00:00
|
|
|
"eslint-plugin-docs": "*",
|
2025-01-15 11:16:14 +00:00
|
|
|
"typescript": "*"
|
2024-04-10 18:05:49 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"convert-stream": "1.0.2",
|
2025-11-03 05:29:08 +00:00
|
|
|
"pdf-parse": "2.4.5"
|
2025-09-12 08:20:01 +00:00
|
|
|
},
|
|
|
|
|
"packageManager": "yarn@1.22.22"
|
2024-04-02 10:13:06 +00:00
|
|
|
}
|