Files
box-box/package.json

17 lines
388 B
JSON
Raw Normal View History

2026-05-25 02:04:16 -04:00
{
"name": "box-box",
"version": "0.1.0",
"private": true,
"description": "Repository-level test tooling for box-box.",
"scripts": {
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:report": "playwright show-report"
},
"type": "commonjs",
"devDependencies": {
"@playwright/test": "^1.60.0",
"@types/node": "^25.9.1"
}
}