set-up-node-mvc
Version:
A NPM package for set up mvc architecture for node and express with selected language and database
48 lines (47 loc) • 1.03 kB
JSON
{
"name": "set-up-node-mvc",
"version": "1.5.2",
"description": "A NPM package for set up mvc architecture for node and express with selected language and database",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Abhishek Kumar Gupta",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/Abhigupta13/set-up-node-mvc"
},
"dependencies": {
"fs": "^0.0.1-security",
"inquirer": "^10.2.0",
"path": "^0.12.7"
},
"bin": {
"set-up-node-mvc": "./bin/cli.js"
},
"keywords": [
"node",
"express",
"mvc",
"architecture",
"setup",
"javascript",
"typescript",
"mongodb",
"npm",
"web development",
"backend",
"API",
"REST",
"mongoose",
"express.js",
"node.js",
"application",
"template",
"boilerplate",
"fullstack",
"JavaScript framework",
"TypeScript framework"
],
"main": "bin/cli.js"
}