create-hokage-js-app
Version:
🔥 Best CLI tool to create a MERN stack template. Quick, clean, and customizable.
48 lines (47 loc) • 1.16 kB
JSON
{
"name": "create-hokage-js-app",
"version": "5.2.0",
"description": "🔥 Best CLI tool to create a MERN stack template. Quick, clean, and customizable.",
"keywords": [
"hokage",
"hokage-js",
"hokage.js",
"create-hokage-js-app",
"hokage-js-app",
"mern-stack",
"mern-stack-app",
"mern",
"cli",
"template",
"project-generator"
],
"homepage": "https://github.com/hassaammgl/create-hokage-js-app#readme",
"bugs": {
"url": "https://github.com/hassaammgl/create-hokage-js-app/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hassaammgl/create-hokage-js-app.git"
},
"license": "ISC",
"author": "hassaammgl",
"type": "module",
"main": "cli/index.js",
"bin": {
"create-hokage-js-app": "./cli/index.js"
},
"scripts": {
"start": "node ./cli/index.js",
"dev": "node --watch ./cli/index.js"
},
"dependencies": {
"@inquirer/prompts": "^7.8.0",
"chalk": "^5.4.1",
"chalk-animation": "^2.0.3",
"degit": "^2.8.4",
"figlet": "^1.8.2",
"fs-extra": "^11.3.0",
"gradient-string": "^3.0.0",
"nanospinner": "^1.2.2"
}
}