{
  "name": "@wbe/low-router-preact",
  "author": "Willy Brauner",
  "license": "MIT",
  "version": "0.9.1",
  "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": "^1.2.0",
    "@wbe/utils": "^0.1.3",
    "@wbe/low-router": "0.9.0"
  },
  "peerDependencies": {
    "preact": "^10.23.1"
  },
  "devDependencies": {
    "@types/node": "^22.7.5",
    "tsup": "^8.3.0",
    "typescript": "^5.6.3",
    "vitest": "^2.1.2"
  },
  "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 .turbo"
  }
}