{
  "name": "@webpieces/http-api",
  "version": "0.3.140",
  "description": "HTTP API decorators for defining REST APIs",
  "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-api"
  },
  "keywords": [
    "webpieces",
    "http",
    "api",
    "decorators"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@webpieces/core-util": "0.3.140"
  }
}