{
  "name": "node-mvc-cli",
  "version": "1.1.4",
  "description": "node基于express的脚手架",
  "main": "lib/cli.js",
  "bin": {
    "node-mvc-cli": "bin/cli.js",
    "start": "bin/cli.js"
  },
  "type": "commonjs",
  "scripts": {
    "node-express-cli": "node bin/cli.js",
    "start": "node bin/cli.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yjwSurCode/node-mvc-cli.git"
  },
  "author": "sur-code",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/yjwSurCode/node-mvc-cli/issues"
  },
  "homepage": "https://github.com/yjwSurCode/node-mvc-cli#readme",
  "dependencies": {
    "commander": "^9.4.0",
    "edit-json-file": "^1.3.2",
    "inquirer": "^7.0.3",
    "ncp": "^2.0.0",
    "ora": "^4.0.3"
  }
}
