{
  "name": "@jahia/cypress",
  "version": "8.5.0",
  "scripts": {
    "build": "tsc",
    "lint": "eslint src -c .eslintrc.json --ext .ts --max-warnings=0"
  },
  "bin": {
    "ci.build": "./ci.build.sh",
    "ci.startup": "./ci.startup.sh",
    "env.debug": "./env.debug.sh",
    "env.run": "./env.run.sh"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "src",
    "fixtures",
    "scripts",
    "ci.build.sh",
    "ci.startup.sh",
    "env.debug.sh",
    "env.provision.sh",
    "env.run.sh",
    "set-env.sh",
    "env.Dockerfile",
    "env.Dockerfile.dockerignore"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Jahia/jahia-cypress.git"
  },
  "devDependencies": {
    "@chachalog/types": "^0.5.2",
    "@jahia/eslint-config": "^2.2.0",
    "@typescript-eslint/eslint-plugin": "^8.57.1",
    "@typescript-eslint/parser": "^8.57.1",
    "cross-fetch": "^3.1.5",
    "cypress": "^12.17.4",
    "cypress-wait-until": "^3.0.2",
    "eslint": "^8.57.1",
    "eslint-plugin-cypress": "^2.15.2",
    "eslint-plugin-jest": "^29.15.0",
    "eslint-plugin-react": "^7.32.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "mochawesome": "^6.3.1",
    "pkg-pr-new": "^0.0.86",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "@apollo/client": "^3.4.9",
    "@faker-js/faker": "^10.3.0",
    "compare-versions": "^6.1.1",
    "cypress-mailpit": "^1.4.0",
    "cypress-real-events": "^1.11.0",
    "graphql": "^15.5.0",
    "graphql-tag": "^2.11.0"
  }
}