13 lines
296 B
JSON
13 lines
296 B
JSON
{
|
|
"name": "@pompydev/playwright-config",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"lint": "oxlint && eslint ."
|
|
},
|
|
"devDependencies": {
|
|
"@pompydev/eslint-config": "workspace:*",
|
|
"@playwright/test": "1.50.1"
|
|
}
|
|
}
|