{
  "name": "cypress-grep",
  "version": "3.0.4",
  "description": "Filter tests using substring",
  "main": "src/support",
  "files": [
    "src"
  ],
  "types": "src/index.d.ts",
  "scripts": {
    "test": "cypress run --config specPattern='**/unit.js'",
    "open:unit": "cypress open --e2e -b electron --config specPattern='**/unit.js'",
    "semantic-release": "semantic-release"
  },
  "keywords": [],
  "author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
  "license": "ISC",
  "devDependencies": {
    "cypress": "10.2.0",
    "cypress-each": "^1.5.0",
    "cypress-expect": "2.5.0",
    "prettier": "2.3.1",
    "semantic-release": "17.4.3",
    "typescript": "^4.5.4"
  },
  "peerDependencies": {
    "cypress": "^10.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bahmutov/cypress-grep.git"
  },
  "dependencies": {
    "debug": "4.3.1",
    "find-test-names": "^1.17.2",
    "globby": "^11.0.4"
  }
}
