{
  "name": "@webpieces/http-filters",
  "version": "0.3.293",
  "description": "Filter chain infrastructure for cross-cutting concerns",
  "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-filters"
  },
  "keywords": [
    "webpieces",
    "filters",
    "middleware"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@webpieces/core-context": "0.3.293",
    "@webpieces/core-util": "0.3.293"
  }
}