{
  "name": "happo-playwright",
  "version": "4.0.3",
  "description": "Happo integration for Playwright end-to-end tests",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "repository": "git@github.com:happo/happo-playwright.git",
  "author": "Henric Trotzig <henric.trotzig@happo.io>",
  "license": "MIT",
  "scripts": {
    "lint": "eslint .",
    "dev": "next --port 7676",
    "test": "happo-e2e -- playwright test",
    "prepublishOnly": "npx tsc --noEmit false"
  },
  "prettier": {
    "printWidth": 85,
    "singleQuote": true,
    "trailingComma": "all",
    "arrowParens": "always"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3.3.0",
    "@eslint/js": "^9.22.0",
    "@playwright/test": "^1.46.0",
    "@types/node": "^22.11.0",
    "@types/react": "^17.0.0",
    "eslint": "^9.22.0",
    "globals": "^16.0.0",
    "happo-e2e": "^4.1.0",
    "happo.io": "^12.1.0",
    "next": "^12.3.4",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "typescript": "^5.7.3",
    "typescript-eslint": "^8.26.1"
  },
  "peerDependencies": {
    "happo-e2e": ">=1.4.2"
  }
}
