{
  "name": "estafette-router",
  "version": "2.2.1",
  "description": "Estafette Router helps you write React Routes faster, safer and more convenient.",
  "author": "Vladimir \"lexeech\" Josan <iaskivsky@gmail.com>",
  "maintainers": [
    {
      "name": "Vladimir Josan",
      "email": "iaskivsky@gmail.com"
    }
  ],
  "license": "MIT",
  "repository": "git+ssh://git@github.com/lexeech/estafette-router.git",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "jsnext:main": "dist/index.es.js",
  "engines": {
    "node": ">=8",
    "npm": ">=5"
  },
  "keywords": [
    "react",
    "router",
    "router-react",
    "react-router"
  ],
  "scripts": {
    "test": "cross-env CI=1 react-scripts-ts test --env=jsdom",
    "test:watch": "react-scripts-ts test --env=jsdom",
    "build": "rollup -c",
    "start": "rollup -c -w",
    "prepare": "yarn run build",
    "predeploy": "cd example && yarn install && yarn run build"
  },
  "dependencies": {
    "react-router-dom": "^5.1.2"
  },
  "peerDependencies": {
    "react": ">= 16.8",
    "react-dom": ">= 16.8"
  },
  "devDependencies": {
    "@svgr/rollup": "^2.4.1",
    "@testing-library/jest-dom": "^4.2.4",
    "@testing-library/react": "^9.3.2",
    "@testing-library/react-hooks": "^3.2.1",
    "@testing-library/user-event": "^7.1.2",
    "@types/jest": "^25.2.1",
    "@types/node": "^13.11.1",
    "@types/react": ">= 16.8",
    "@types/react-dom": ">= 16.8",
    "@types/react-router-dom": "^5.1.3",
    "babel-core": "^6.26.3",
    "babel-runtime": "^6.26.0",
    "cross-env": "^5.1.4",
    "gh-pages": "^1.2.0",
    "history": "^4.10.1",
    "prettier": "^2.0.4",
    "react": "^16.4.1",
    "react-dom": "^16.4.1",
    "react-scripts-ts": "^2.16.0",
    "react-test-renderer": "^16.13.1",
    "rollup": "^0.62.0",
    "rollup-plugin-babel": "^3.0.7",
    "rollup-plugin-commonjs": "^9.1.3",
    "rollup-plugin-node-resolve": "^3.3.0",
    "rollup-plugin-peer-deps-external": "^2.2.0",
    "rollup-plugin-postcss": "^1.6.2",
    "rollup-plugin-typescript-paths": "^1.2.2",
    "rollup-plugin-typescript2": "^0.17.0",
    "rollup-plugin-url": "^1.4.0",
    "typescript": "^2.8.3"
  },
  "files": [
    "dist"
  ],
  "jest": {
    "moduleNameMapper": {
      "libs/(.*)": "<rootDir>/src/libs/$1",
      "hooks/(.*)": "<rootDir>/src/hooks/$1",
      "components/(.*)": "<rootDir>/src/components/$1"
    }
  }
}
