{
  "name": "@commonshost/server",
  "description": "Webserver for static sites",
  "author": "Sebastiaan Deckers <sebdeckers83@gmail.com>",
  "repository": "gitlab:commonshost/server",
  "license": "ISC",
  "version": "6.17.0",
  "main": "src/master.js",
  "bin": {
    "server": "bin.js",
    "commonshost-server": "bin.js"
  },
  "scripts": {
    "prepublishOnly": "npm test",
    "test": "npm run lint && npm run proof",
    "lint": "standard --verbose | snazzy",
    "proof": "NODE_NO_WARNINGS=1 tape 'test/*.js'",
    "start": "node -- bin.js",
    "server": "npm run start -- start --watch --options test/fixtures/commonshost.config.js | pino-pretty",
    "certs": "tls-keygen --skip-entrust ~/.commonshost/key.pem ~/.commonshost/cert.pem"
  },
  "devDependencies": {
    "@commonshost/manifest": "^2.5.2",
    "benchmark": "^2.1.4",
    "blue-tape": "^1.0.0",
    "concat-stream": "^2.0.0",
    "cpy": "^7.2.0",
    "dns-packet": "^5.2.1",
    "is-ci": "^2.0.0",
    "lodash.after": "^4.0.4",
    "merge-stream": "^1.0.1",
    "node-fetch": "^2.5.0",
    "pino-pretty": "^3.0.0",
    "punycode": "^2.1.1",
    "snazzy": "^8.0.0",
    "standard": "^12.0.1",
    "tape": "^4.10.1",
    "through2-spy": "^2.0.0",
    "tmp-promise": "^1.0.4"
  },
  "dependencies": {
    "@commonshost/configuration": "^8.1.0",
    "@commonshost/static-directories": "^1.0.0",
    "accepts": "^1.3.7",
    "chalk": "^2.4.2",
    "chokidar": "^3.4.0",
    "compressible": "^2.0.17",
    "connect": "^3.6.6",
    "cuckoofilter-native": "^0.1.1",
    "d3-queue": "^3.0.3",
    "debounce-collect": "^1.0.2",
    "expr-eval": "^1.2.2",
    "find-process": "^1.4.1",
    "goh": "^4.3.0",
    "goth": "^1.2.4",
    "hard-rejection": "^2.1.0",
    "hosted-git-info": "^2.6.1",
    "http-errors": "^1.7.2",
    "is-domain-name": "^1.0.1",
    "is-ip": "^3.0.0",
    "is-running": "^2.1.0",
    "lodash.defaultsdeep": "^4.6.0",
    "lru-cache": "^5.1.1",
    "micromatch": "^4.0.2",
    "middleware-plain-error-handler": "^2.1.2",
    "mime": "^2.4.5",
    "mkdirp": "^0.5.1",
    "negotiator": "^0.6.2",
    "ocsp": "^1.1.0",
    "os-name": "^3.1.0",
    "parseurl": "^1.3.3",
    "physical-cpu-count": "^2.0.0",
    "pino": "^5.12.3",
    "playdoh": "^2.0.2",
    "read-pkg-up": "^5.0.0",
    "recursive-readdir": "^2.2.2",
    "request-destination": "^1.0.0",
    "send": "^0.17.0",
    "tls-keygen": "^3.7.0",
    "until-before": "^1.0.3",
    "update-notifier": "^2.5.0",
    "uri-templates": "^0.2.0",
    "user-home": "^2.0.0",
    "yargs": "^13.2.2"
  }
}
