{
  "name": "@wbe/low-router-preact",
  "author": "Willy Brauner",
  "license": "MIT",
  "version": "0.11.3",
  "type": "module",
  "files": [
    "dist"
  ],
  "main": "./dist/low-router-preact.js",
  "module": "./dist/low-router-preact.js",
  "types": "./dist/low-router-preact.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/willybrauner/low-router"
  },
  "keywords": [
    "preact",
    "react",
    "router",
    "routing",
    "low-level",
    "flexible",
    "isomorphic",
    "browser-history",
    "matcher"
  ],
  "dependencies": {
    "@wbe/debug": "^3.2.0",
    "@wbe/low-router": "latest",
    "@wbe/utils": "^0.3.1"
  },
  "peerDependencies": {
    "preact": "^10.29.0"
  },
  "devDependencies": {
    "@types/node": "^25.5.0",
    "tsup": "^8.5.1",
    "typescript": "^5.9.3",
    "vitest": "^4.1.0"
  },
  "scripts": {
    "clean": "rm -rf dist",
    "build": "tsup",
    "build:watch": "tsup --watch --sourcemap",
    "reset": "rm -rf dist node_modules package-lock.json pnpm-lock.yaml tsconfig.tsbuildinfo"
  }
}