kickstart-express
Version:
A powerful CLI tool to quickly scaffold Express.js projects with modern tooling and best practices
38 lines (37 loc) • 817 B
JSON
{
"name": "kickstart-express",
"version": "2.2.9",
"description": "A powerful CLI tool to quickly scaffold Express.js projects with modern tooling and best practices",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"express",
"scaffold",
"cli",
"generator",
"typescript",
"javascript",
"boilerplate",
"template",
"kickstart",
"nodejs",
"web-framework"
],
"author": "bhaveshsinghal95182",
"license": "ISC",
"packageManager": "pnpm@10.10.0",
"bin": {
"kickstart-express": "./index.js"
},
"dependencies": {
"chalk": "^5.4.1",
"commander": "^14.0.0",
"fs-extra": "^11.3.0",
"inquirer": "^12.8.2",
"ora": "^8.2.0",
"prompts": "^2.4.2"
}
}