create-hokage-js-app
Version:
🔥 Best CLI tool to create a MERN stack template. Quick, clean, and customizable.
44 lines • 1.07 kB
JSON
{
"name": "create-hokage-js-app",
"version": "6.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": "^8.5.2",
"chalk": "^6.0.0",
"degit": "^3.6.6",
"fs-extra": "^11.4.0",
"nanospinner": "^1.2.2"
}
}