12 lines
262 B
JSON
12 lines
262 B
JSON
{
|
|
"scripts": {
|
|
"test:e2e": "playwright test",
|
|
"test:governance": "node scripts/check-mvp-governance.mjs",
|
|
"test:schema": "bash scripts/validate-schema.sh"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.54.2",
|
|
"ajv-cli": "^5.0.0"
|
|
}
|
|
}
|