{ "name": "ozone-e2e-c2c", "version": "next", "license": "MPL-2.0", "description": "These are end-to-end automated tests covering Bahmni distro C2C workflows", "scripts": { "e2e-tests-c2c": "npx playwright test" }, "keywords": [], "devDependencies": { "@playwright/test": "^1.48.2", "@types/node": "^22.2.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "dotenv": "^16.4.5", "typescript": "^5.5.4" } }