{
  "name": "express-mvc-templates",
  "version": "1.1.6",
  "description": "A tool to create a MVC layout using express",
  "main": "index.js",
  "bin": {
    "express-mvc-templates": "./index.js",
    "exmvc": "./index.js"
  },
  "scripts": {
    "test": "mocha ./tests/tests.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dpawson905/express-mvc.git"
  },
  "keywords": [
    "mvc",
    "express-mvc",
    "mvc-templates",
    "express-mvc-templates"
  ],
  "author": "Darrell Pawson <dpawson905@gmail.com> (https://blog.djpawson.me)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dpawson905/express-mvc/issues"
  },
  "homepage": "https://github.com/dpawson905/express-mvc",
  "dependencies": {
    "chalk": "^4.1.2",
    "clear": "^0.1.0",
    "esm": "^3.2.25",
    "execa": "^5.1.1",
    "figlet": "^1.5.2",
    "fs-extra": "^10.0.1",
    "inquirer": "^8.2.0",
    "listr": "^0.14.3"
  },
  "devDependencies": {
    "mocha": "^9.2.1"
  }
}
