{ "name": "system_critical_flows", "version": "1.0.0", "description": "System-wide critical user flow end-to-end tests - proves all essential functionality works", "type": "module", "packageId": "system_critical_flows", "level": 0, "tags": [ "@system", "@e2e", "@critical" ], "keywords": [ "e2e", "critical", "flows", "system" ], "$schema": "https://metabuilder.dev/schemas/package-metadata.schema.json", "author": "MetaBuilder", "license": "MIT", "category": "tools", "files": { "directories": [ "playwright" ], "byType": { "tests": [ "playwright/metadata.json", "playwright/tests.json" ], "config": [ "package.json" ] } } }