{
  "name": "@http2/api",
  "description": "Deployment API for @http2/server",
  "author": "Sebastiaan Deckers <sebdeckers83@gmail.com>",
  "repository": "gitlab:http2/api",
  "license": "ISC",
  "version": "2.1.0",
  "main": "server.js",
  "bin": {
    "http2api": "bin.js"
  },
  "scripts": {
    "start": "node -- bin.js",
    "prepublishOnly": "npm test",
    "local": "node --trace-warnings -- bin.js api.conf.example.js | pino-colada",
    "test": "npm run lint && npm run proof",
    "lint": "standard --verbose | snazzy",
    "proof": "NODE_NO_WARNINGS=1 tape test/*.js"
  },
  "keywords": [
    "http2",
    "cdn"
  ],
  "dependencies": {
    "@http2/configuration": "^5.5.1",
    "bytes": "^3.0.0",
    "child-process-promise": "^2.2.1",
    "compressible": "^2.0.13",
    "cors": "^2.8.4",
    "express-jwt": "github:sebdeckers/express-jwt#headers-object",
    "express-jwt-permissions": "^1.1.0",
    "fastify": "^1.2.0",
    "fastify-mongodb": "^0.5.0",
    "fastify-static": "^0.9.0",
    "from-after": "^1.0.5",
    "graceful-fs": "^4.1.11",
    "http-errors": "^1.6.3",
    "human-readable-ids": "^1.0.3",
    "iltorb": "^2.2.0",
    "is-domain-name": "^1.0.1",
    "is-valid-domain": "0.0.5",
    "jwks-rsa": "^1.2.1",
    "lodash.defaultsdeep": "^4.6.0",
    "lowest-common-ancestor": "^2.0.1",
    "mime": "^2.2.2",
    "mkdirp": "^0.5.1",
    "mongodb": "^3.0.5",
    "multer": "^1.3.0",
    "node-fetch": "^2.1.2",
    "node-zopfli": "^2.0.2",
    "pubnub": "^4.20.2",
    "punycode": "^2.1.0",
    "request": "^2.85.0",
    "rimraf": "^2.6.2",
    "sanitize-filename": "^1.6.1",
    "shell-escape": "^0.2.0",
    "slash": "^2.0.0",
    "stream-to-promise": "^2.2.0",
    "superb": "^2.0.0",
    "tmp-promise": "^1.0.4"
  },
  "devDependencies": {
    "blue-tape": "^1.0.0",
    "form-data": "^2.3.2",
    "minimist": "^1.2.0",
    "pino-colada": "^1.4.4",
    "snazzy": "^7.1.1",
    "standard": "^11.0.1",
    "tape": "^4.9.0"
  },
  "engines": {
    "npm": ">=5",
    "node": ">=9.4"
  }
}
