{
  "name": "react-router-transition-switch",
  "version": "1.2.1",
  "description": "a <Switch> variant that's easier to use with transition components",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/jcoreio/react-router-transition-switch.git"
  },
  "keywords": [
    "react-router",
    "transitions",
    "animation"
  ],
  "author": "Andy Edwards",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jcoreio/react-router-transition-switch/issues"
  },
  "homepage": "https://github.com/jcoreio/react-router-transition-switch#readme",
  "dependencies": {
    "@babel/runtime": "^7.18.6",
    "invariant": "^2.2.2",
    "prop-types": "^15.6.0",
    "warning": "^3.0.0"
  },
  "peerDependencies": {
    "react": "^15.0.0 || ^16.0.0",
    "react-router": "^4.2.0 || ^5.0.0"
  },
  "main": "index.js",
  "module": "index.mjs",
  "types": "index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./index.d.ts",
      "import": "./index.mjs",
      "default": "./index.js"
    }
  },
  "engines": {
    "node": ">=16"
  },
  "packageManager": "pnpm@8.3.1"
}
