ganjineh
Version:
A command-line interface (CLI) tool for scaffolding new projects with various languages and frameworks.
35 lines (33 loc) • 674 B
JSON
{
"name": "ganjineh",
"version": "1.0.0",
"description": "A command-line interface (CLI) tool for scaffolding new projects with various languages and frameworks.",
"type": "module",
"bin": {
"ganjineh": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"project-scaffolding",
"nodejs",
"python",
"react",
"nextjs",
"vite",
"express",
"django",
"flask",
"fastapi",
"react-native",
"flutter"
],
"author": "Your Name <your.email@example.com>",
"license": "MIT",
"dependencies": {
"inquirer": "^12.6.3",
"execa": "^9.2.0"
}
}