{
  "name": "@ilha/router",
  "version": "0.11.9",
  "description": "A tiny SPA router for Ilha",
  "keywords": [
    "frontend",
    "ilha",
    "island-architecture",
    "islands",
    "router",
    "routing",
    "rsbuild",
    "spa",
    "ssr",
    "unplugin",
    "vite"
  ],
  "homepage": "https://github.com/ilhajs/ilha/tree/main/packages/router#readme",
  "bugs": {
    "url": "https://github.com/ilhajs/ilha/issues"
  },
  "license": "MIT",
  "author": "Ryuz <ryuzer@proton.me>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ilhajs/ilha.git"
  },
  "files": [
    "dist",
    "oxlint.cjs"
  ],
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "browser": {
    "process": false
  },
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./server-island": {
      "types": "./dist/server-island.d.ts",
      "import": "./dist/server-island.js"
    },
    "./ssr": {
      "types": "./dist/ssr.d.ts",
      "import": "./dist/ssr.js"
    },
    "./vite": {
      "types": "./dist/vite.d.ts",
      "import": "./dist/vite.js"
    },
    "./rsbuild": {
      "types": "./dist/rsbuild.d.ts",
      "import": "./dist/rsbuild.js"
    },
    "./oxlint": "./oxlint.cjs"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsdown && tsc -p tsconfig.build.json",
    "cleanup": "rimraf dist node_modules",
    "test": "bun test"
  },
  "dependencies": {
    "effect": "4.0.0-rc.112",
    "unplugin": "3.3.0"
  },
  "devDependencies": {
    "ilha": "^0.14.6",
    "oxidejs": "^0.3.2",
    "vite": "^8.2.2"
  },
  "peerDependencies": {
    "ilha": ">=0.14.6",
    "oxidejs": ">=0.3.2"
  },
  "peerDependenciesMeta": {
    "oxidejs": {
      "optional": true
    }
  }
}
