@koalarx/nest-cli
Version:
CLI para criação de projetos utilizando Koala Nest
35 lines • 826 B
JSON
{
"name": "@koalarx/nest-cli",
"version": "3.0.62",
"description": "CLI para criação de projetos utilizando Koala Nest",
"main": "index.js",
"bin": {
"koala-nest": "index.js"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/igordrangel/koala-nest.git",
"directory": "apps/koala-nest-cli"
},
"keywords": [
"Nest.js",
"CLI",
"DDD",
"Koala Nest",
"NestJS CLI"
],
"author": "Igor D. Rangel",
"license": "ISC",
"bugs": {
"url": "https://github.com/igordrangel/koala-nest/issues"
},
"homepage": "https://github.com/igordrangel/koala-nest/tree/main/apps/koala-nest-cli#readme",
"dependencies": {
"chalk": "^5.6.2",
"tar": "^7.5.4",
"commander": "^2.19.0",
"inquirer": "^6.2.2",
"shelljs": "^0.8.3"
}
}