{ "name": "tinytorch-community-tests", "version": "1.0.0", "description": "E2E tests for Tiny Torch Community", "scripts": { "test": "npx playwright test", "test:ui": "npx playwright test --ui" }, "devDependencies": { "@playwright/test": "^1.42.0" } }