UNPKG

nbd-app

Version:

🚀 CLI tool to scaffold full-stack authentication starter projects with React, Node.js, and multiple auth providers (Email, Google, and more)

64 lines (63 loc) • 1.4 kB
{ "name": "nbd-app", "version": "1.0.6", "description": "🚀 CLI tool to scaffold full-stack authentication starter projects with React, Node.js, and multiple auth providers (Email, Google, and more)", "bin": { "nbd-app": "./cli.js" }, "repository": { "type": "git", "url": "https://github.com/Nischayb99/nbd-app.git" }, "type": "module", "author": { "name": "Nischay Bandodiya", "email": "nischayb99@gmail.com", "url": "https://github.com/Nischayb99" }, "license": "MIT", "keywords": [ "cli", "authentication", "auth", "template", "generator", "scaffold", "boilerplate", "starter", "vite", "react", "node", "express", "tailwind", "google-auth", "email-auth", "oauth", "full-stack", "javascript", "typescript" ], "homepage": "https://github.com/Nischayb99/nbd-app#readme", "bugs": { "url": "https://github.com/Nischayb99/nbd-app/issues" }, "preferGlobal": true, "engines": { "node": ">=16.0.0" }, "files": [ "cli.js", "templates/**/*", "README.md", "LICENSE" ], "dependencies": { "chalk": "^5.4.1", "fs-extra": "^11.1.1", "inquirer": "^9.2.10" }, "scripts": { "start": "node cli.js", "test": "echo \"Error: no test specified\" && exit 1" } }