{
  "name": "wouter-preact",
  "version": "2.10.0-alpha.1",
  "description": "A minimalistic routing for React and Preact (Preact-only version).",
  "type": "module",
  "files": [
    "*.js",
    "types/**/*.d.ts",
    "types/*.d.ts",
    "preact",
    "cjs"
  ],
  "exports": {
    ".": {
      "require": "./cjs/index.js",
      "default": "./index.js"
    },
    "./use-location": {
      "require": "./cjs/use-location.js",
      "default": "./use-location.js"
    },
    "./matcher": {
      "require": "./cjs/matcher.js",
      "default": "./matcher.js"
    },
    "./static-location": {
      "require": "./cjs/static-location.js",
      "default": "./static-location.js"
    }
  },
  "main": "cjs/index.js",
  "module": "index.js",
  "types": "types/ts3.9.4/index.d.ts",
  "typesVersions": {
    "*": {
      "use-location": [
        "types/use-location.d.ts"
      ],
      "matcher": [
        "types/matcher.d.ts"
      ],
      "static-location": [
        "types/static-location.d.ts"
      ]
    },
    ">=4.1": {
      "types/ts3.9.4/index.d.ts": [
        "types/ts4.1/index.d.ts"
      ]
    }
  },
  "author": "Alexey Taktarov <molefrog@gmail.com>",
  "repository": "molefrog/wouter",
  "license": "ISC",
  "peerDependencies": {
    "preact": "^10.0.0"
  }
}
