conductor/package.json

11 lines
198 B
JSON

{
"scripts": {
"test:e2e": "playwright test",
"test:schema": "bash scripts/validate-schema.sh"
},
"devDependencies": {
"@playwright/test": "^1.54.2",
"ajv-cli": "^5.0.0"
}
}