{
  "name": "url-route-handler",
  "version": "1.0.2",
  "description": "",
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "dist"
  ],
  "types": "dist/esm/index.d.ts",
  "module": "dist/esm/index.mjs",
  "main": "dist/cjs/index.cjs",
  "exports": {
    ".": {
      "types": "./dist/esm/index.d.ts",
      "import": "./dist/esm/index.mjs",
      "require": "./dist/cjs/index.cjs"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/satyam-bhadoria/url-route-handler.git"
  },
  "author": "Satyam Bhadoria",
  "license": "UNLICENSED",
  "bugs": {
    "url": "https://github.com/satyam-bhadoria/url-route-handler/issues"
  },
  "homepage": "https://github.com/satyam-bhadoria/url-route-handler#readme",
  "dependencies": {
    "path-to-regexp": "^8.2.0"
  },
  "keywords": [
    "url-route-handler",
    "url-router",
    "urlrouter",
    "url-handler",
    "urlhandler",
    "router",
    "express-url",
    "expressurl",
    "endpoint-router"
  ]
}