UNPKG

express-ignite-cli

Version:

Powerful Express.js CLI to generate boilerplate projects with auth, swagger, testing, and more!

29 lines (28 loc) 576 B
{ "name": "express-ignite-cli", "version": "1.0.15", "description": "Powerful Express.js CLI to generate boilerplate projects with auth, swagger, testing, and more!", "main": "index.js", "bin": { "express-ignite-cli": "index.js" }, "type": "module", "keywords": [ "express", "cli", "boilerplate", "node", "auth", "swagger", "jwt", "typescript", "javascript" ], "author": "Fedaa Dayekh", "license": "MIT", "dependencies": { "chalk": "^5.0.0", "express-validator": "^7.2.1", "inquirer": "^9.0.0" } }