{
  "name": "cypress-react-router",
  "description": "Adds cy.routerNavigate() command to the Cypress object to navigate using the React Router Dom history API. The command take the to and an optional options object as parameters.",
  "author": "Maurice de Beijer",
  "keywords": [
    "cypress-react-router",
    "cypress",
    "cypress.io",
    "commands",
    "visit",
    "cy.visit",
    "react",
    "router",
    "route",
    "routing",
    "history",
    "link",
    "browserrouter",
    "hashrouter"
  ],
  "version": "2.0.1",
  "license": "MIT",
  "homepage": "https://github.com/mauricedb/cypress-react-router#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/mauricedb/cypress-react-router.git"
  },
  "bugs": {
    "url": "https://github.com/mauricedb/cypress-react-router/issues"
  },
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src",
    "add-commands.js"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test --passWithNoTests",
    "compile": "tsc --noEmit",
    "lint": "tsdx lint",
    "prepare": "tsdx build",
    "size": "size-limit",
    "analyze": "size-limit --why"
  },
  "peerDependencies": {
    "cypress": ">= 6",
    "react": ">=16.8",
    "react-router-dom": ">= 6"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "module": "dist/cypress-react-router.esm.js",
  "size-limit": [
    {
      "path": "dist/cypress-react-router.cjs.production.min.js",
      "limit": "10 KB"
    },
    {
      "path": "dist/cypress-react-router.esm.js",
      "limit": "10 KB"
    }
  ],
  "devDependencies": {
    "@size-limit/preset-small-lib": "^7.0.3",
    "@types/react": "^17.0.37",
    "@types/react-dom": "^17.0.11",
    "cypress": "^9.1.1",
    "husky": "^7.0.4",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-router-dom": "^6.0.2",
    "size-limit": "^7.0.3",
    "tsdx": "^0.14.1",
    "tslib": "^2.3.1",
    "typescript": "^4.5.2"
  }
}
