{
  "name": "react-html5-form-e2e",
  "version": "1.0.0",
  "description": "Playwright e2e tests for react-html5-form. Run `npm run build:all` from the repo root before running these.",
  "scripts": {
    "test": "playwright test",
    "test:headed": "playwright test --headed",
    "test:remote": "URL=https://dsheiko.github.io/react-html5-form/ playwright test",
    "report": "playwright show-report"
  },
  "devDependencies": {
    "@playwright/test": "^1.44.0"
  }
}
