{
  "name": "@argos-ci/cypress",
  "description": "Cypress SDK for visual testing with Argos.",
  "version": "4.0.4",
  "author": "Smooth Code",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/argos-ci/argos-javascript.git",
    "directory": "packages/cypress"
  },
  "homepage": "https://argos-ci.com/docs/cypress",
  "bugs": {
    "url": "https://github.com/argos-ci/argos-javascript/issues"
  },
  "keywords": [
    "cypress",
    "cypress-plugin",
    "argos",
    "testing",
    "visual testing",
    "regression",
    "visual regression"
  ],
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "exports": {
    "./support": {
      "types": "./dist/support.d.ts",
      "import": "./dist/support.js",
      "default": "./dist/support.js"
    },
    "./task": {
      "types": "./dist/task.d.ts",
      "import": "./dist/task.js",
      "require": "./dist/task.cjs",
      "default": "./dist/task.cjs"
    },
    "./package.json": "./package.json"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@argos-ci/browser": "4.1.1",
    "@argos-ci/core": "3.2.0",
    "@argos-ci/util": "2.3.1",
    "cypress-wait-until": "^3.0.2"
  },
  "peerDependencies": {
    "cypress": "^12.0.0 || ^13.0.0 || ^14.0.0"
  },
  "devDependencies": {
    "@types/node": "^18.19.44",
    "cypress": "^14.2.0",
    "eslint-plugin-cypress": "^4.2.0"
  },
  "scripts": {
    "build": "tsup",
    "test-e2e": "pnpm exec cypress run",
    "build-e2e": "cypress install",
    "e2e": "UPLOAD_TO_ARGOS=true pnpm run test-e2e",
    "check-types": "tsc",
    "check-format": "prettier --check --ignore-unknown --ignore-path=../../.gitignore --ignore-path=../../.prettierignore .",
    "lint": "eslint ."
  },
  "gitHead": "d357bd6744fb2210d1b8b1fe63de3ae61a51540c"
}
