{
  "name": "@pyreon/router",
  "version": "0.51.0",
  "description": "Official router for Pyreon",
  "license": "MIT",
  "homepage": "https://github.com/pyreon/pyreon/tree/main/packages/core/router#readme",
  "bugs": {
    "url": "https://github.com/pyreon/pyreon/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pyreon/pyreon.git",
    "directory": "packages/core/router"
  },
  "type": "module",
  "sideEffects": false,
  "main": "./lib/index.js",
  "module": "./lib/index.js",
  "types": "./lib/types/index.d.ts",
  "exports": {
    ".": {
      "import": "./lib/index.js",
      "types": "./lib/types/index.d.ts"
    }
  },
  "files": [
    "lib",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "vl_rolldown_build",
    "dev": "vl_rolldown_build-watch",
    "test": "vitest run",
    "test:browser": "vitest run --config ./vitest.browser.config.ts",
    "typecheck": "tsc --noEmit",
    "lint": "oxlint .",
    "prepublishOnly": "bun run build"
  },
  "peerDependencies": {
    "@pyreon/core": "^0.51.0",
    "@pyreon/reactivity": "^0.51.0",
    "@pyreon/runtime-dom": "^0.51.0"
  },
  "dependencies": {
    "@pyreon/sized-map": "0.51.0"
  },
  "devDependencies": {
    "@happy-dom/global-registrator": "^20.9.0",
    "@pyreon/manifest": "0.50.0",
    "@pyreon/test-utils": "^0.50.1",
    "@pyreon/tsconfig": "0.50.1",
    "@pyreon/vitest-config": "0.50.0",
    "@vitest/browser-playwright": "^4.1.10",
    "happy-dom": "^20.11.1"
  },
  "publishConfig": {
    "access": "public"
  }
}
