UNPKG

rivas-cli

Version:

CLI for build components for Nodejs and React with Atomic Design

42 lines (41 loc) 1.02 kB
{ "name": "rivas-cli", "version": "1.0.1", "keywords": [ "nodejs", "node", "create", "project", "rivas", "typescript", "node-cli", "reactjs" ], "description": "CLI for build components for Nodejs and React with Atomic Design", "bin": { "rivas-cli": "index.js" }, "main": "index.js", "scripts": { "start": "node index.js", "patch-release": "npm version patch && npm publish && git push --follow-tags", "git-commit": "git add . && git commit -m \"rivas-cli update\"", "git-push": "git push origin master", "deploy": "yarn git-commit && yarn git-push", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "inquirer": "^8.2.0" }, "devDependencies": { "@types/node": "^17.0.21", "prettier": "^2.6.2" }, "repository": { "type": "git", "url": "git+https://github.com/rivaslive/rivas-cli.git" }, "homepage": "https://rivas-cli.vercel.app/", "author": "rivaslive", "license": "ISC" }