{
  "name": "@cypress/grep",
  "version": "4.1.1",
  "description": "Filter tests using substring",
  "main": "src/support.js",
  "scripts": {
    "cy:open": "node ../../scripts/cypress.js open --e2e -b electron --config specPattern='**/unit.js'",
    "cy:run": "node ../../scripts/cypress.js run --config specPattern='**/unit.js'",
    "lint": "eslint"
  },
  "dependencies": {
    "debug": "^4.3.4",
    "find-test-names": "^1.28.18",
    "globby": "^11.0.4"
  },
  "devDependencies": {
    "@packages/eslint-config": "0.0.0-development",
    "cypress-each": "^1.11.0",
    "cypress-expect": "^2.5.3",
    "eslint": "^9.31.0",
    "typescript": "~5.4.5"
  },
  "peerDependencies": {
    "cypress": ">=10"
  },
  "files": [
    "src"
  ],
  "types": "src/index.d.ts",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cypress-io/cypress.git"
  },
  "homepage": "https://github.com/cypress-io/cypress/tree/develop/npm/grep#readme",
  "bugs": {
    "url": "https://github.com/cypress-io/cypress/issues"
  },
  "keywords": [
    "cypress",
    "grep"
  ],
  "lint-staged": {
    "**/*.{js,jsx,ts,tsx,json}": "eslint --fix"
  },
  "resolutions": {
    "jiti": "^2.4.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "nx": {
    "implicitDependencies": [
      "!cypress"
    ]
  }
}
