create-ignite-kit
Version:
A CLI tool for generating production-ready React applications.
41 lines (40 loc) • 861 B
JSON
{
"name": "create-ignite-kit",
"version": "1.0.4",
"description": "A CLI tool for generating production-ready React applications.",
"main": "bin/index.js",
"type": "module",
"bin": {
"create-ignite-kit": "bin/index.js"
},
"files": [
"bin",
"assets",
"template"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sagar585/create-ignite-kit.git"
},
"keywords": [
"react",
"cli",
"template",
"boilerplate",
"production",
"create"
],
"author": "Sagar Bhanushali",
"license": "MIT",
"dependencies": {
"chalk": "^5.3.0",
"commander": "^12.1.0",
"execa": "^9.3.0",
"fs-extra": "^11.2.0",
"inquirer": "^9.3.5",
"ora": "^8.0.1"
}
}