UNPKG

create-react-rover

Version:

bootstrapper CLI for React App with basic conf for Caprover deployment.

33 lines (32 loc) 730 B
{ "name": "create-react-rover", "version": "1.1.2", "description": "bootstrapper CLI for React App with basic conf for Caprover deployment.", "main": "index.js", "bin": { "create-react-rover": "index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Basile V. <basile64.v@gmail.com>", "license": "MIT", "dependencies": { "axios": "^0.19.2", "chalk": "^4.1.0", "clear": "^0.1.0", "figlet": "^1.5.0", "ora": "^5.0.0", "prompt-checkbox": "^2.2.0" }, "repository": { "type": "git", "url": "https://github.com/Karnak19/create-react-rover.git" }, "keywords": [ "react", "cli", "caprover", "code-generator" ] }