UNPKG

create-rivas-react

Version:

Boilerplate for create react with atomic design

49 lines (48 loc) 1.15 kB
{ "name": "create-rivas-react", "version": "1.0.0", "main": "index.js", "author": { "name": "rivaslive" }, "bin": { "create-rivas-react": "index.js" }, "scripts": { "start": "node index.js", "deploy": "yarn git-commit && yarn git-push", "git-commit": "git add . && git commit -m \"rivas-cli update\"", "git-push": "git push origin master", "patch-release": "npm version patch && npm publish && git push --follow-tags", "test": "echo \"Error: no test specified\" && exit 1" }, "bundleDependencies": false, "dependencies": { "chalk": "4.1.2", "fs-extra": "10.1.0", "inquirer": "8.2.4", "node-emoji": "^1.11.0", "semver": "7.3.7" }, "deprecated": false, "description": "Boilerplate for create react with atomic design", "devDependencies": { "@types/node": "^17.0.42", "prettier": "^2.6.2" }, "repository": { "type": "git", "url": "git+https://github.com/rivaslive/create-rivas-react.git" }, "keywords": [ "nodejs", "node", "create", "project", "rivas", "typescript", "node-cli", "reactjs" ], "license": "ISC" }