{
"name": "tests-e2e",
"private": true,
"type": "module",
"scripts": {
"test": "vitest run",
"watch": "DEBUG=1 vitest",
"site": "vitepress"
},
"devDependencies": {
"vitepress": "workspace:*"
}