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 e297a025c3 🔖(minor) release version 1.11.0
Update all version files and changelog for minor release.
2025-02-07 11:46:19 +01:00

18 lines
373 B
JSON

{
"name": "app-e2e",
"version": "1.11.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.50.1",
"@types/node": "*",
"eslint-config-people": "*",
"typescript": "*"
}
}