{
  "name": "ifweb",
  "version": "0.0.1",
  "description": "后台管理系统脚手架",
  "main": "index.js",
  "bin": {
    "ifweb": "./bin/cli.js"
  },
  "scripts": {
    "compile": "babel src -d dist",
    "watch": "npm run compile -- --watch"
  },
  "author": {
    "name": "dongchen",
    "email": "2634403005@qq.com"
  },
  "keywords": [
    "fweb-cli",
    "fweb",
    "后台管理",
    "管理系统",
    "脚手架"
  ],
  "license": "MIT",
  "dependencies": {
    "axios": "^0.21.1",
    "chalk": "^4.1.2",
    "commander": "^8.1.0",
    "download-git-repo": "^3.0.2",
    "figlet": "^1.5.2",
    "fs-extra": "^10.0.0",
    "inquirer": "^8.1.2",
    "ora": "^5.4.0"
  }
}
