{
  "name": "supert-generator",
  "version": "1.0.1",
  "description": "Automate the generation of routing configurations and files",
  "bin": {
    "cg": "bin/auto-generator.js",
    "supert-generator": "bin/auto-generator.js"
  },
  "main": "bin/auto-generator.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node bin/auto-generator.js"
  },
  "keywords": [
    "router",
    "directory",
    "files"
  ],
  "author": "jixuyu",
  "license": "ISC",
  "dependencies": {
    "chalk": "^2.4.2",
    "commander": "^2.19.0",
    "globby": "^9.1.0",
    "inquirer": "^6.3.1",
    "make-dir": "^2.1.0",
    "pretty": "^2.0.0",
    "prettyjson": "^1.2.1",
    "touch": "^3.1.0"
  },
  "repository": {
    "type": "git",
    "url": ""
  },
  "__npminstall_done": "Fri Mar 13 2020 10:25:01 GMT+0800 (GMT+08:00)",
  "_from": "supert-generator@1.0.1",
  "_resolved": "https://registry.npm.taobao.org/supert-generator/download/supert-generator-1.0.1.tgz"
}