headstarter-cli
Version:
A CLI tool to Headstart client and server projects with various configurations.
42 lines (41 loc) • 907 B
JSON
{
"name": "headstarter-cli",
"version": "1.0.3",
"description": "A CLI tool to Headstart client and server projects with various configurations.",
"main": "index.js",
"type": "module",
"bin": {
"headstarter-cli": "index.js"
},
"scripts": {
"start": "node index.js"
},
"keywords": [
"cli",
"project-generator",
"client",
"server",
"express",
"vite",
"fastapi",
"prisma",
"sequelize",
"sqlalchemy",
"tortoise-orm"
],
"author": "Ishaan Pandey <mailtoishaan@proton.me>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/git-ishaan/Headstarter-CLI"
},
"homepage": "https://headstarter-cli.vercel.app/",
"dependencies": {
"chalk": "^4.1.2",
"cli-progress": "^3.9.1",
"escape-string-regexp": "^5.0.0",
"fs-extra": "^11.2.0",
"inquirer": "^8.2.4",
"ora": "^8.1.1"
}
}