{
  "name": "eslint-plugin-cypress",
  "version": "4.3.0",
  "description": "An ESLint plugin for projects using Cypress",
  "main": "legacy.js",
  "exports": {
    ".": "./legacy.js",
    "./flat": "./lib/flat.js"
  },
  "author": "Cypress-io",
  "license": "MIT",
  "keywords": [
    "eslint",
    "eslintplugin",
    "cypress"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cypress-io/eslint-plugin-cypress.git"
  },
  "bugs": {
    "url": "https://github.com/cypress-io/eslint-plugin-cypress/issues"
  },
  "homepage": "https://github.com/cypress-io/eslint-plugin-cypress#readme",
  "peerDependencies": {
    "eslint": ">=9"
  },
  "dependencies": {
    "globals": "^15.15.0"
  },
  "devDependencies": {
    "eslint": "^9.24.0",
    "eslint-plugin-eslint-plugin": "^6.4.0",
    "eslint-plugin-mocha": "^10.5.0",
    "husky": "^9.1.7",
    "jest": "^29.7.0",
    "semantic-release": "24.2.3"
  },
  "scripts": {
    "lint": "eslint \"*.js\" \"**/**/*.js\"",
    "lint-fix": "npm run lint -- --fix",
    "semantic-release": "semantic-release",
    "start": "npm run test-watch",
    "test": "jest",
    "test:legacy": "jest --config jest.config-legacy.js",
    "test-watch": "jest --watchAll",
    "prepare": "husky"
  }
}
