{
  "name": "found",
  "version": "1.3.0",
  "description": "Extensible route-based routing for React applications",
  "keywords": [
    "react",
    "router",
    "routes",
    "routing"
  ],
  "homepage": "https://github.com/4Catalyzer/found#readme",
  "bugs": {
    "url": "https://github.com/4Catalyzer/found/issues"
  },
  "license": "MIT",
  "author": "4Catalyzer",
  "main": "cjs/index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/4Catalyzer/found.git"
  },
  "gitHooks": {
    "pre-commit": "lint-staged"
  },
  "lint-staged": {
    "*": "yarn 4c lint --fix --prettier-ignore .eslintignore",
    "./README.md": "doctoc"
  },
  "prettier": "@4c/prettier-config",
  "dependencies": {
    "@babel/runtime": "^7.16.5",
    "@restart/context": "^2.1.4",
    "@restart/hooks": "^0.4.5",
    "@types/enzyme": "^3.10.12",
    "@types/react": ">=17.0.37",
    "dequal": "^2.0.2",
    "farce": "^0.4.5",
    "is-promise": "^4.0.0",
    "react-redux": "^8.0.2",
    "redux": "^4.2.0",
    "tiny-set-immediate": "^1.0.2",
    "tiny-warning": "^1.0.3"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "publishConfig": {
    "directory": "lib"
  }
}
