mern-auth-boilerplate
Version:
CLI to scaffold a MERN Auth Boilerplate
35 lines (34 loc) • 691 B
JSON
{
"name": "mern-auth-boilerplate",
"version": "1.0.9",
"description": "CLI to scaffold a MERN Auth Boilerplate",
"type": "module",
"bin": {
"mern-auth-boilerplate": "index.mjs"
},
"keywords": [
"mern",
"boilerplate",
"jwt",
"authentication",
"cli",
"zustand",
"fullstack"
],
"author": "Jaivardhan Singh <jaivardhansinghrathore17@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Jaivardhan7773/mern-auth-boilerplate"
},
"files": [
"template",
"index.mjs",
"README.md"
],
"dependencies": {
"chalk": "^5.0.0",
"fs-extra": "^11.1.1",
"inquirer": "^9.0.0"
}
}