{
  "name": "@vercel/routing-utils",
  "version": "5.0.4",
  "description": "Vercel routing utilities",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/vercel/vercel.git",
    "directory": "packages/routing-utils"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "path-to-regexp-updated": "npm:path-to-regexp@6.3.0",
    "path-to-regexp": "6.1.0"
  },
  "devDependencies": {
    "@types/jest": "27.4.1",
    "@types/node": "14.18.33",
    "ajv": "^6.12.3",
    "jest-junit": "16.0.0",
    "typescript": "4.9.5"
  },
  "optionalDependencies": {
    "ajv": "^6.12.3"
  },
  "scripts": {
    "build": "node ../../utils/build.mjs",
    "test": "jest --reporters=default --reporters=jest-junit --env node --verbose --runInBand --bail",
    "test-unit": "pnpm test",
    "type-check": "tsc --noEmit"
  }
}