Add analytics data foundation

This commit is contained in:
2026-05-25 02:04:16 -04:00
parent 5470b0df38
commit c7438f0ed8
23 changed files with 2167 additions and 94 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"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"
}
}