{
  "name": "@mmisty/cypress-grep",
  "version": "1.10.1",
  "description": "Filters tests by tags/title using substring or regular expressions (can find dynamic tags)",
  "main": "index.js",
  "repository": "git@github.com:mmisty/cypress-grep.git",
  "homepage": "https://github.com/mmisty/cypress-grep#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "bin": {
    "cy-grep": "bin/cy-grep.js"
  },
  "keywords": [
    "cypress",
    "e2e",
    "tests",
    "typescript",
    "template",
    "grep",
    "select",
    "filter"
  ],
  "license": "Apache-2.0",
  "author": "Taisia Pitko (mmisty) <minydas@yandex.ru>",
  "jest-junit": {
    "suiteName": "jest tests",
    "outputDirectory": "./reports/jest",
    "outputName": "junit.xml",
    "uniqueOutputName": "false",
    "classNameTemplate": "{classname}-{title}",
    "titleTemplate": "{classname}-{title}",
    "ancestorSeparator": " › ",
    "usePathForSuiteName": "true"
  },
  "devDependencies": {
    "@cypress/code-coverage": "^3.13.10",
    "@ephesoft/webpack.istanbul.loader": "^2.2.0",
    "@istanbuljs/nyc-config-typescript": "^1.0.2",
    "@mmisty/cypress-allure-adapter": "^3.2.2",
    "@types/jest": "^29.5.12",
    "@types/mocha": "^9.1.1",
    "@types/node": "^18.19.34",
    "@typescript-eslint/eslint-plugin": "^5.62.0",
    "@typescript-eslint/parser": "^5.62.0",
    "allure-js-parser": "^0.0.10",
    "cypress": "^13.17.0",
    "cypress-redirect-browser-log": "^1.3.0",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^8.10.0",
    "eslint-plugin-cypress": "^2.15.2",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-jest": "^27.9.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-promise": "^6.2.0",
    "husky": "^8.0.3",
    "istanbul-lib-coverage": "^3.2.2",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "jest-junit": "^16.0.0",
    "jest-test-each": "^0.9.1",
    "nyc": "^15.1.0",
    "pretty-quick": "^3.3.1",
    "ts-jest": "^29.1.4",
    "ts-loader": "^9.5.1",
    "ts-node": "^10.9.2",
    "tsconfig-paths-webpack-plugin": "^4.1.0",
    "typescript": "^4.9.5",
    "webpack": "^5.97.1"
  },
  "overrides": {
    "loader-utils": "1.4.2"
  },
  "dependencies": {
    "@mmisty/cypress-tags": "^1.1.0",
    "cypress-controls-ext": "^0.2.0",
    "fast-glob": "^3.3.3",
    "yargs": "^17.7.2"
  },
  "engines": {
    "node": ">=16",
    "npm": ">=8"
  },
  "volta": {
    "node": "18.12.0",
    "npm": "8.19.2"
  }
}
