nest-commander
Version:
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.
40 lines • 1.18 kB
JSON
{
"name": "nest-commander",
"version": "3.17.0",
"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": "pacakges/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": "4.0.3",
"commander": "11.1.0",
"cosmiconfig": "8.3.6",
"inquirer": "8.2.6"
},
"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"
}