UNPKG

@admac-hub/create-roleauth-core

Version:

Full-stack MERN CLI to scaffold a role-based auth app with Google OAuth and frontend + backend setup.

31 lines (30 loc) 667 B
{ "name": "@admac-hub/create-roleauth-core", "version": "1.0.0", "description": "Full-stack MERN CLI to scaffold a role-based auth app with Google OAuth and frontend + backend setup.", "main": "bin/index.js", "bin": { "create-roleauth-core": "./bin/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/admac-hub/create-roleauth-core.git" }, "author": "Dev Ardit Cuko", "license": "MIT", "publishConfig": { "access": "public" }, "keywords": [ "mern", "auth", "starter", "role-based", "google-oauth", "npx", "fullstack" ], "dependencies": { "fs-extra": "^11.1.1" } }