make-react-component
Version:
Generate react and react-native components.
43 lines (42 loc) • 1.09 kB
JSON
{
"name": "make-react-component",
"version": "2.0.1",
"description": "Generate react and react-native components.",
"main": "./dist/index.js",
"repository": "https://github.com/lvstross/make-react-component",
"scripts": {
"start": "ts-node ./src/index.ts",
"build": "rm -rf dist && tsc -p .",
"lint": "eslint src --ext .ts",
"bin:up": "npm run build && npm link",
"bin:down": "bash scripts/binDown.sh makeReact",
"bin": "npm run bin:down && npm run bin:up"
},
"bin": {
"makeReact": "./dist/index.js"
},
"keywords": [
"make-react-component",
"make-react",
"make-component",
"react",
"react-native",
"generate-react-component",
"generate-react",
"component"
],
"author": "Levi Gonzales",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.0",
"command-line-args": "^5.2.1",
"command-line-usage": "^6.1.3",
"inquirer": "^7.3.2"
},
"devDependencies": {
"@types/command-line-args": "^5.2.0",
"@types/inquirer": "^6.5.0",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
}
}