UNPKG

create-express-application

Version:
32 lines (31 loc) 659 B
{ "name": "create-express-application", "version": "1.0.2", "main": "index.js", "bin": { "create-express-application": "./index.js" }, "repository": { "type": "git", "url": "https://github.com/memukherjee/create-express-application.git" }, "keywords": [ "express", "cli", "scaffold", "starter", "create", "boilerplate", "create-express-app", "create-express-application" ], "author": "Akash Mukherjee", "license": "ISC", "description": "CLI tool to scaffold a boilerplate Express.js application", "dependencies": { "inquirer": "^8.2.6" }, "engines": { "node": ">=14.0.0" } }