create-bz-mern-app
Version:
CLI to scaffold a fullstack React + Node.js app with Google login and JWT auth
35 lines (34 loc) • 785 B
JSON
{
"name": "create-bz-mern-app",
"version": "1.0.16",
"description": "CLI to scaffold a fullstack React + Node.js app with Google login and JWT auth",
"main": "create-app.js",
"bin": {
"create-bz-mern-app": "create-app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/kaushikkumarbz/create-bz-mern-app.git"
},
"homepage": "https://github.com/kaushikkumarbz/create-bz-mern-app#readme",
"bugs": {
"url": "https://github.com/kaushikkumarbz/create-bz-mern-app/issues"
},
"keywords": [
"boilerplate",
"fullstack",
"mern",
"react",
"nodejs",
"vite",
"mantine",
"google-login",
"jwt",
"cli"
],
"author": "Kaushik Kumar",
"license": "MIT",
"dependencies": {
"fs-extra": "^11.3.0"
}
}