UNPKG

@bodheesh/create-bodhi-node-app

Version:

Create a production-ready Node.js REST API with zero configuration

33 lines (32 loc) 645 B
{ "name": "@bodheesh/create-bodhi-node-app", "version": "1.0.0", "description": "Create a production-ready Node.js REST API with zero configuration", "main": "index.js", "bin": { "create-bodhi-node-app": "bin/create-bodhi-node-app.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "node", "express", "mongodb", "rest-api", "boilerplate", "starter", "generator", "cli", "bodhi", "create-node-app" ], "author": "Bodhi Team", "license": "MIT", "dependencies": { "chalk": "^4.1.2" }, "engines": { "node": ">=14.0.0" } }