UNPKG

basic-express-app

Version:

simple cli to generate a basic express scaffolding with minimal tmplate

33 lines (32 loc) 647 B
{ "name": "basic-express-app", "version": "1.0.3", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "basic-express-app": "index.js" }, "keywords": [ "EXPRESS", "CLI", "NODE" ], "files": [ "helpers/", "index.js" ], "author": "Boma25", "license": "ISC", "dependencies": { "chalk": "^4.1.2", "execa": "^5.1.1", "figlet": "^1.5.2", "inquirer": "^8.2.0", "listr": "^0.14.3", "pkg-install": "^1.0.0", "prettyjson": "^1.2.1" }, "description": "simple cli to generate a basic express scaffolding with minimal tmplate" }