{
  "name": "@esmx/router-react",
  "description": "React integration for @esmx/router - A powerful router with React 18+ support using modern hooks and context patterns",
  "keywords": [
    "react",
    "router",
    "routing",
    "react-router",
    "hooks",
    "typescript",
    "navigation",
    "esmx",
    "esm",
    "single-page-application",
    "spa",
    "framework",
    "frontend"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/esmnext/esmx.git",
    "directory": "packages/router-react"
  },
  "homepage": "https://github.com/esmnext/esmx",
  "bugs": {
    "url": "https://github.com/esmnext/esmx/issues"
  },
  "license": "MIT",
  "template": "library",
  "contributors": [
    {
      "name": "lzxb",
      "url": "https://github.com/lzxb"
    },
    {
      "name": "RockShi1994",
      "url": "https://github.com/RockShi1994"
    },
    {
      "name": "jerrychan7",
      "url": "https://github.com/jerrychan7"
    },
    {
      "name": "wesloong",
      "url": "https://github.com/wesloong"
    }
  ],
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0"
  },
  "dependencies": {
    "@esmx/router": "3.0.0-rc.123"
  },
  "devDependencies": {
    "@biomejs/biome": "2.3.7",
    "@types/node": "^24.0.0",
    "@types/react": "^19.1.8",
    "@types/react-dom": "^19.1.6",
    "@vitest/coverage-v8": "3.2.6",
    "happy-dom": "^20.0.10",
    "react": "^19.2.6",
    "react-dom": "^19.2.6",
    "typescript": "5.9.3",
    "unbuild": "3.6.1",
    "vitest": "3.2.6"
  },
  "version": "3.0.0-rc.123",
  "type": "module",
  "private": false,
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "types": "./dist/index.d.ts"
    }
  },
  "module": "dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "lib",
    "src",
    "dist",
    "*.mjs",
    "template",
    "public"
  ],
  "gitHead": "3e692857ccb65e7d1fdf689e30eb5d935e8bda77",
  "engines": {
    "node": ">=24"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "lint:js": "biome check --write --no-errors-on-unmatched",
    "lint:css": "pnpm run lint:js",
    "lint:type": "tsc --noEmit",
    "test": "vitest run --pass-with-no-tests",
    "coverage": "vitest run --coverage --pass-with-no-tests",
    "build": "unbuild"
  }
}