{
  "name": "create-micrr-app",
  "version": "0.0.1",
  "description": "⚡CLI for creating reusable micro app.",
  "main": "index.js",
  "directories": {
    "lib": "lib"
  },
  "files": [
    "lib",
    "src"
  ],
  "bin": {
    "create-micrr-app": "./lib/cli.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com.cnpmjs.org/WsmDyj/create-micrr-app.git"
  },
  "keywords": [],
  "author": "wusimin",
  "license": "MIT",
  "dependencies": {
    "axios": "^0.21.1",
    "chalk": "^4.1.2",
    "commander": "^8.1.0",
    "cross-spawn": "^7.0.3",
    "download-git-repo": "^3.0.2",
    "ejs": "^3.1.6",
    "figlet": "^1.5.2",
    "fs-extra": "^10.0.0",
    "inquirer": "^8.1.2",
    "ora": "^5.0.0"
  }
}
