{
  "name": "@webpieces/http-routing",
  "version": "0.4.449",
  "description": "Decorator-based routing with auto-wiring for WebPieces",
  "type": "commonjs",
  "main": "./src/index.js",
  "types": "./src/index.d.ts",
  "author": "Dean Hiller",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/deanhiller/webpieces-ts.git",
    "directory": "packages/http/http-routing"
  },
  "keywords": [
    "webpieces",
    "routing",
    "decorators"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@inversifyjs/binding-decorators": "1.1.5",
    "@webpieces/core-context": "0.4.449",
    "@webpieces/core-util": "0.4.449",
    "@webpieces/gcp-identity": "0.4.449",
    "inversify": "7.10.4",
    "jsonwebtoken": "9.0.2",
    "minimatch": "10.0.1"
  }
}