UNPKG

node-folder-structure

Version:

Generate an Express.js app with 3-layer architecture. Quick start: npx node-folder-structure

53 lines (52 loc) 1.18 kB
{ "name": "node-folder-structure", "version": "2.0.11", "description": "Generate an Express.js app with 3-layer architecture. Quick start: npx node-folder-structure", "main": "bin/cli.js", "bin": { "node-folder-structure": "bin/cli.js" }, "directories": { "lib": "lib" }, "engines": { "node": ">=12.0.0" }, "os": [ "darwin", "linux", "win32" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/subhrajeet-swain/node-folder-structure.git" }, "keywords": [ "express", "app", "cli", "node", "folder", "structure", "boilerplate", "generator", "scaffold" ], "author": "subhrajeet-swain", "license": "ISC", "bugs": { "url": "https://github.com/subhrajeet-swain/node-folder-structure/issues" }, "homepage": "https://github.com/subhrajeet-swain/node-folder-structure#readme", "dependencies": { "fs-extra": "^11.3.0" }, "peerDependencies": { "dotenv": "^16.0.0", "express": "^4.17.1", "mongoose": "^6.0.0" } }