genesis-cli
Version:
It´s a CLI app to Create NodeJS projects like a boss
60 lines (59 loc) • 1.29 kB
JSON
{
"name": "genesis-cli",
"version": "1.0.5",
"description": "It´s a CLI app to Create NodeJS projects like a boss ",
"main": "index.js",
"type": "module",
"files": [
"index.js",
"utils",
"template",
".github"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write \"./**/*.{js,json}\""
},
"bin": {
"genesis-cli": "index.js",
"genesiscli": "index.js",
"genesis": "index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MoralexCode/genesis-cli.git"
},
"keywords": [
"create-node-cli",
"Create Node.js CLI",
"Build Node CLI",
"node cli",
"nodejs",
"MoralexCode",
"Oscar Morales"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MoralexCode/genesis-cli/issues"
},
"homepage": "https://github.com/MoralexCode/genesis-cli#readme",
"dependencies": {
"boxen": "^7.0.1",
"chalk": "^5.2.0",
"clear-any-console": "^1.16.2",
"cli-alerts": "^1.2.2",
"copy-template-dir": "^1.4.0",
"data-store": "^4.0.3",
"enquirer": "^2.3.6",
"execa": "^6.1.0",
"express": "^4.18.2",
"log-symbols": "^5.1.0",
"meow": "^11.0.0",
"meow-help": "^0.3.0",
"mysql2": "^3.1.2",
"ora": "^6.1.2",
"sequelize": "^6.28.0",
"winston": "^3.8.2"
}
}