@prabink/react-node-cli
Version:
React Node Application Generator & Helpers To Serve React Build, Push to github & Export industry level react project structure
44 lines (43 loc) • 1.07 kB
JSON
{
"name": "@prabink/react-node-cli",
"version": "2.1.2",
"description": "React Node Application Generator & Helpers To Serve React Build, Push to github & Export industry level react project structure ",
"preferGlobal": true,
"bin": {
"react-node-cli": "./commands.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/githubprabin143/react-node-cli"
},
"bugs": {
"url": "https://github.com/githubprabin143/react-node-cli/issues"
},
"author": {
"name": "Prabin Karki",
"email": "prabinkarki643@gmail.com",
"url": "https://prabin-karki.com.np"
},
"keywords": [
"react-node-cli",
"react-node",
"node js",
"react js",
"convert react into fullstack app",
"Best practise react code",
"Best react folder structure",
"Github deploy"
],
"license": "MIT",
"engines": {
"node": ">=10"
},
"dependencies": {
"commander": "^2.11.0",
"inquirer": "^4.0.0",
"shelljs": "^0.8.4"
}
}