{
  "name": "eslint-plugin-cypress",
  "version": "2.11.3",
  "description": "An ESLint plugin for projects using Cypress",
  "main": "index.js",
  "author": "Chris Breiding (chris@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": ">= 3.2.1"
  },
  "dependencies": {
    "globals": "^11.12.0"
  },
  "devDependencies": {
    "@cypress/eslint-plugin-dev": "3.2.0",
    "@cypress/eslint-plugin-json": "3.2.1",
    "condition-circle": "2.0.2",
    "eslint": "^5.7.0",
    "husky": "^3.0.0",
    "jest": "^24.8.0",
    "semantic-release": "15.13.18"
  },
  "scripts": {
    "precommit": "npm run lint",
    "lint": "eslint '*.js' '**/**/*.js'",
    "lint-fix": "npm run lint -- --fix",
    "semantic-release": "semantic-release",
    "start": "yarn run test-watch",
    "test": "jest",
    "test:v4": "npm i eslint@4.x && npm run test",
    "test:v6": "npm i eslint@6.x && npm run test",
    "test-watch": "jest --watchAll"
  },
  "jest": {
    "testMatch": [
      "**/tests/**/*.js"
    ]
  }

,"_resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.11.3.tgz"
,"_integrity": "sha512-hOoAid+XNFtpvOzZSNWP5LDrQBEJwbZwjib4XJ1KcRYKjeVj0mAmPmucG4Egli4j/aruv+Ow/acacoloWWCl9Q=="
,"_from": "eslint-plugin-cypress@2.11.3"
}