UNPKG

setup-cli

Version:

CLI tool to generate frontend (Vite) and backend (Express) structure

27 lines (26 loc) 739 B
{ "name": "setup-cli", "version": "1.1.2", "main": "index.js", "description": "CLI tool to generate frontend (Vite) and backend (Express) structure", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "setup-project": "index.js" }, "keywords": ["cli", "mern", "express", "vite", "project setup"], "repository": { "type": "git", "url": "git+https://github.com/aaradhayasingh811/setup-cli.git" }, "bugs": { "url": "https://github.com/aaradhayasingh811/setup-cli/issues" }, "homepage": "https://github.com/aaradhayasingh811/setup-cli#readme", "dependencies": {}, "devDependencies": {}, "preferGlobal": true, "author": "Aaradhaya Singh", "license": "ISC" }