mirror of
https://github.com/AmanTahiliani/box-box.git
synced 2026-08-07 11:54:59 -04:00
18 lines
463 B
JSON
18 lines
463 B
JSON
{
|
|
"name": "box-box",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Repository-level test tooling for box-box.",
|
|
"scripts": {
|
|
"test:e2e": "playwright test",
|
|
"test:e2e:prod": "playwright test --config playwright.prod.config.ts",
|
|
"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"
|
|
}
|
|
}
|