{
  "name": "nest-commander",
  "version": "3.20.1",
  "description": "A module for making CLI applications with NestJS. Decorators for running commands and separating out config parsers included. This package works on top of commander.",
  "repository": {
    "type": "github",
    "url": "https://github.com/jmcdo29/nest-commander.git",
    "directory": "packages/nest-commander"
  },
  "keywords": [
    "cli",
    "nestjs",
    "application",
    "command",
    "command-line",
    "nest",
    "decorator"
  ],
  "author": "Jay McDoniel <jmcdo29@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jmcdo29/nest-commander/issues"
  },
  "homepage": "https://nest-commander.jaymcdoniel.dev",
  "dependencies": {
    "@fig/complete-commander": "^3.0.0",
    "@golevelup/nestjs-discovery": "5.0.0",
    "commander": "11.1.0",
    "cosmiconfig": "8.3.6",
    "inquirer": "8.2.7"
  },
  "peerDependencies": {
    "@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
    "@nestjs/core": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
    "@types/inquirer": "^8.1.3"
  },
  "types": "./src/index.d.ts",
  "main": "./src/index.js",
  "type": "commonjs"
}