14 lines
325 B
JSON
14 lines
325 B
JSON
{
|
|
"name": "@lilith/quinn-data-e2e",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "quinn.data (data.transquinnftw.com) smoke + sanity e2e suite",
|
|
"scripts": {
|
|
"test:e2e": "playwright test"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.50.0",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|