{
  "name": "happo-cypress",
  "version": "4.3.1",
  "description": "A Happo integration with Cypress.io",
  "main": "index.js",
  "repository": "git@github.com:happo/happo-cypress.git",
  "author": "Henric Trotzig <henric.trotzig@happo.io>",
  "license": "MIT",
  "bin": {
    "happo-cypress": "./bin/happo-cypress.js"
  },
  "scripts": {
    "dev": "next --port 7654",
    "build": "next build",
    "lint": "eslint .",
    "start": "next start",
    "happo-e2e": "export $(grep -v '^#' .env | xargs) && happo-e2e"
  },
  "prettier": {
    "printWidth": 85,
    "singleQuote": true,
    "trailingComma": "all",
    "arrowParens": "always"
  },
  "devDependencies": {
    "@eslint/js": "^9.20.0",
    "cypress": "^13.6.0",
    "eslint": "^9.20.1",
    "esprima": "^4.0.1",
    "globals": "^15.14.0",
    "happo-e2e": "^4.1.0",
    "happo.io": "^11.0.1",
    "next": "^12.0.8",
    "react": "^17.0.2",
    "react-dom": "^17.0.2"
  },
  "peerDependencies": {
    "happo-e2e": ">= 1.4.2"
  }
}
