{
  "name": "@commonshost/cli",
  "description": "Commons Host command line interface",
  "author": "Sebastiaan Deckers <sebdeckers83@gmail.com>",
  "repository": "gitlab:commonshost/cli",
  "license": "ISC",
  "version": "6.0.1",
  "main": "bin.js",
  "bin": {
    "commonshost": "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"
  },
  "keywords": [
    "http2",
    "http/2",
    "http 2",
    "deploy"
  ],
  "dependencies": {
    "@commonshost/configuration": "^10.0.0",
    "chalk": "^3.0.0",
    "flat": "^5.0.0",
    "form-data": "^3.0.0",
    "hard-rejection": "^2.1.0",
    "hosted-git-info": "^3.0.2",
    "http-errors": "^1.7.3",
    "human-readable-ids": "^1.0.4",
    "inquirer": "^7.0.4",
    "inquirer-directory": "^2.2.0",
    "is-domain-name": "^1.0.1",
    "is-valid-domain": "0.0.11",
    "jsonwebtoken": "^8.5.1",
    "listr": "^0.14.1",
    "lodash.get": "^4.4.2",
    "lodash.merge": "^4.6.2",
    "lodash.omit": "^4.5.0",
    "lodash.throttle": "^4.1.1",
    "lodash.unset": "^4.5.2",
    "mime": "^2.4.4",
    "node-fetch": "^2.6.0",
    "ora": "^4.0.3",
    "please-upgrade-node": "^3.2.0",
    "pretty-bytes": "^5.3.0",
    "project-name": "^1.0.0",
    "read-pkg-up": "^7.0.1",
    "recursive-readdir": "^2.2.2",
    "update-notifier": "^4.1.0",
    "user-home": "^2.0.0",
    "yargs": "^15.1.0",
    "zen-observable": "^0.8.15"
  },
  "devDependencies": {
    "blue-tape": "^1.0.0",
    "busboy": "^0.3.1",
    "jsonfile": "^5.0.0",
    "read-all-stream": "^3.1.0",
    "snazzy": "^8.0.0",
    "standard": "^14.3.1",
    "tape": "^4.13.0"
  },
  "engines": {
    "node": ">=10",
    "npm": ">=6"
  }
}
