{
  "name": "@webiny/http-handler-ssr",
  "version": "2.2.0",
  "main": "index.js",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/webiny/webiny-js.git"
  },
  "description": "A pluginable function for the cloud.",
  "contributors": [
    "Pavel Denisjuk <pavel@webiny.com>",
    "Sven Al Hamad <sven@webiny.com>",
    "Adrian Smijulj <adrian@webiny.com>"
  ],
  "dependencies": {
    "@babel/runtime": "^7.5.5",
    "@webiny/commodo": "^3.0.1",
    "@webiny/commodo-fields-storage-db-proxy": "^2.0.3",
    "@webiny/http-handler": "^2.1.1",
    "got": "^9.6.0",
    "lodash.flow": "^3.5.0",
    "mime-types": "^2.1.26",
    "querystringify": "^2.1.1",
    "zlib": "^1.0.5"
  },
  "devDependencies": {
    "@babel/cli": "^7.5.5",
    "@babel/core": "^7.5.5",
    "@babel/preset-env": "^7.5.5"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "rimraf ./dist *.tsbuildinfo && babel src -d dist --source-maps --copy-files --extensions \".ts\"",
    "watch": "babel src -d dist --source-maps --copy-files --extensions \".ts\" --watch",
    "postbuild": "cp package.json LICENSE README.md dist/ && tsc -p tsconfig.build.json",
    "prepublishOnly": "yarn build"
  },
  "gitHead": "b07a845418a6dc9a2112a44b0588ab36abaf47ba"
}
