{
  "name": "unrouting",
  "type": "module",
  "version": "0.2.3",
  "description": "",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "unjs/unrouting"
  },
  "sideEffects": false,
  "exports": {
    ".": "./dist/index.mjs"
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "escape-string-regexp": "^5.0.0",
    "ufo": "^1.6.3"
  },
  "devDependencies": {
    "@antfu/eslint-config": "9.3.0",
    "@types/node": "24.13.3",
    "@vitest/coverage-v8": "4.1.10",
    "bumpp": "12.2.0",
    "eslint": "10.8.1",
    "lint-staged": "17.3.0",
    "pkg-pr-new": "0.0.87",
    "rou3": "0.9.2",
    "simple-git-hooks": "2.13.1",
    "tsdown": "0.22.14",
    "typescript": "6.0.3",
    "vite": "8.2.1",
    "vitest": "4.1.10",
    "vue-router": "5.2.0"
  },
  "simple-git-hooks": {
    "pre-commit": "npx lint-staged"
  },
  "lint-staged": {
    "*.{js,ts,mjs,cjs,json,.*rc}": [
      "pnpm eslint --fix"
    ]
  },
  "scripts": {
    "build": "tsdown",
    "dev": "vitest dev",
    "lint": "eslint .",
    "release": "pnpm test && bumpp",
    "test": "pnpm test:unit && pnpm test:types",
    "test:unit": "vitest run",
    "test:types": "tsc --noEmit"
  }
}