{
  "name": "rouzer",
  "version": "6.0.1",
  "packageManager": "pnpm@11.5.1",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./http": {
      "types": "./dist/http.d.ts",
      "import": "./dist/http.js"
    },
    "./ndjson": {
      "types": "./dist/ndjson.d.ts",
      "import": "./dist/ndjson.js"
    }
  },
  "scripts": {
    "build": "rm -rf dist && tsgo -b tsconfig.json",
    "format": "prettier --write src test",
    "test": "vitest run",
    "prepublishOnly": "pnpm build"
  },
  "peerDependencies": {
    "zod": ">=4"
  },
  "devDependencies": {
    "@alloc/prettier-config": "^1.0.0",
    "@types/node": "^25.8.0",
    "@typescript/native-preview": "7.0.0-dev.20260515.1",
    "lildocs": "^0.1.15",
    "prettier": "^3.8.3",
    "rouzer": "link:.",
    "tsc-lint": "^0.1.9",
    "typescript": "^6.0.3",
    "vite": "^8.0.13",
    "vitest": "^4.1.6",
    "zod": "^4.4.3"
  },
  "dependencies": {
    "@remix-run/route-pattern": "^0.22.1",
    "alien-middleware": "^0.12.0"
  },
  "prettier": "@alloc/prettier-config",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/alloc/rouzer.git"
  },
  "files": [
    "dist",
    "docs",
    "examples",
    "README.md",
    "!*.tsbuildinfo"
  ]
}
