boiler-code-create
Version:
A blazing-fast CLI tool to scaffold a full-featured MERN Stack project with React + Vite + TailwindCSS v4 and JWT Auth backend
39 lines (38 loc) • 740 B
JSON
{
"name": "boiler-code-create",
"version": "1.0.7",
"description": "A blazing-fast CLI tool to scaffold a full-featured MERN Stack project with React + Vite + TailwindCSS v4 and JWT Auth backend",
"main": "index.js",
"type": "commonjs",
"bin": {
"boiler-code-create": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mern",
"cli",
"vite",
"react",
"tailwind",
"express",
"mongodb",
"boilerplate",
"generator",
"jwt",
"auth",
"fullstack",
"scaffold"
],
"author": "Pranshu Gupta",
"license": "MIT",
"engines": {
"node": ">=14"
},
"files": [
"index.js",
"README.md",
"LICENSE"
]
}