This repository has been archived on 2026-03-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
people/src/frontend/apps/e2e/package.json
Sabrina Demagny 8865e250a0 🔖(minor) release version 1.9.0
Update all version files and changelog for minor release.
2024-12-17 14:48:38 +01:00

18 lines
372 B
JSON

{
"name": "app-e2e",
"version": "1.9.0",
"private": true,
"scripts": {
"lint": "eslint . --ext .ts",
"install": "playwright install --with-deps",
"test": "playwright test",
"test:ui": "yarn test --ui"
},
"devDependencies": {
"@playwright/test": "1.49.0",
"@types/node": "*",
"eslint-config-people": "*",
"typescript": "*"
}
}