{ "name": "tcef-e2e", "private": true, "description": "Browser end-to-end suite for todos-contra-el-fuego-web. Kept out of the app's package.json on purpose: Meteor should never see these dependencies.", "type": "module", "scripts": { "test": "playwright test", "test:headed": "playwright test --headed", "report": "playwright show-report", "install-browsers": "playwright install --with-deps chromium" }, "devDependencies": { "@playwright/test": "^1.49.1" } }