18 lines
372 B
JSON
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": "*"
|
|
}
|
|
}
|