pompy.dev/packages/playwright-config/package.json
2025-03-18 19:46:04 +09:00

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"
}
}