{
  "name": "@hoth/cli",
  "version": "2.0.2",
  "description": "cli plugin for hoth framework",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc --build tsconfig.json",
    "release": "semantic-release"
  },
  "bin": {
    "hoth": "dist/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/searchfe/hoth.git"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "keywords": [
    "cli"
  ],
  "author": "cxtom (cxtom2008@gmail.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cxtom/hoth/issues"
  },
  "homepage": "https://github.com/cxtom/hoth#readme",
  "dependencies": {
    "@hoth/app-autoload": "^2.0.2",
    "@hoth/logger": "^2.0.3",
    "@hoth/utils": "^2.0.0",
    "@types/fs-extra": "^9.0.13",
    "chalk": "^4.1.0",
    "close-with-grace": "^1.1.0",
    "commist": "^1.1.0",
    "dotenv": "^10.0.0",
    "fastify-warmup": "0.1.1",
    "generify": "^4.2.0",
    "help-me": "^2.0.0",
    "inquirer": "^8.0.0",
    "is-docker": "^2.1.1",
    "make-promises-safe": "^5.1.0",
    "tslib": "^2.1.0",
    "update-notifier": "^5.1.0",
    "yargs-parser": "^20.2.4"
  },
  "files": [
    "dist",
    "help",
    "hoth-template"
  ],
  "gitHead": "0735cada835eabb2ac787ca1c5f2ff4bb8310fe2",
  "devDependencies": {
    "fs-extra": "^10.0.1"
  }
}
