reactt-kickoff
Version:
A CLI tool to quickly install commonly used react project packages
51 lines • 1.28 kB
JSON
{
"name": "reactt-kickoff",
"version": "1.0.1",
"description": "A CLI tool to quickly install commonly used react project packages",
"main": "index.js",
"bin": {
"reactt-kickoff": "./bin/index.js"
},
"scripts": {
"reactt-kickoff": "node ./bin/index.js"
},
"dependencies": {
"colors": "^1.4.0",
"inquirer": "^8.2.5"
},
"keywords": [
"react",
"create-react-app",
"react-boilerplate",
"react-starter",
"react-template",
"react-setup",
"react-cli",
"react-tooling",
"react-scaffold",
"react-project-generator",
"react-project-setup",
"react-quick-start",
"react-bootstrapper",
"react-kickstart",
"react-init",
"react-dependency-manager",
"react-package-installer",
"react-project-initializer",
"frontend-tooling",
"web-development",
"javascript",
"npm",
"reactjs"
],
"author": "Aayushmaan Soni",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/aayushmaan-54/reactt-kickoff_NPM"
},
"bugs": {
"url": "https://github.com/aayushmaan-54/reactt-kickoff_NPM/issues",
"homepage": "https://github.com/aayushmaan-54/reactt-kickoff_NPM/blob/main/README.md"
}
}