UNPKG

react-atomic-structure

Version:

A command-line tool to set up a predefined folder structure in a React project using Vite.

31 lines (30 loc) 690 B
{ "name": "react-atomic-structure", "version": "3.0.0", "description": "A command-line tool to set up a predefined folder structure in a React project using Vite.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "prepublishOnly": "echo 'Preparing to publish react-atomic-structure...'" }, "keywords": [ "react", "vite", "cli", "project-structure", "folder-structure", "boilerplate" ], "author": "", "license": "MIT", "type": "module", "bin": { "react-atomic-structure": "./index.js" }, "dependencies": { "inquirer": "^12.4.3" }, "publishConfig": { "access": "public" } }