18 lines
455 B
JSON
18 lines
455 B
JSON
{
|
|
"name": "@tabshift/hda-cms-extension-e2e",
|
|
"description": "E2E tests for the CMS exension of Haus der Akademien",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"e2e-test": "playwright test"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "latest",
|
|
"@tabshift/typescript-config": "catalog:",
|
|
"@types/node": "catalog:",
|
|
"typescript": "catalog:"
|
|
},
|
|
"author": "T. R. Bernstein <bhdacms01-project@tabshift.dev>",
|
|
"license": "EUPL-1.2"
|
|
}
|