{
  "name": "@yunlong.syl/mini-program-cli",
  "version": "1.0.0",
  "description": "小程序初始化模版，可初始化 微信/支付宝 小程序",
  "main": "index.js",
  "bin": {
    "mini": "./index.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "yunlong.syl",
  "license": "MIT",
  "keywords": [
    "mini-program",
    "miniprogram",
    "wechat",
    "alipay",
    "wx",
    "weixin",
    "cli",
    "template",
    "微信",
    "支付宝",
    "小程序",
    "脚手架",
    "模版"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/suyunlongsy/mini-program-cli.git"
  },
  "dependencies": {
    "chalk": "^2.4.1",
    "commander": "^2.19.0",
    "download-git-repo": "^1.1.0",
    "fs-extra": "^7.0.1",
    "inquirer": "^6.2.1",
    "ora": "^3.0.0",
    "update-notifier": "^2.5.0"
  },
  "devDependencies": {
    "eslint": "^5.6.0",
    "eslint-loader": "^2.1.0",
    "eslint-plugin-babel": "^5.2.0",
    "eslint-plugin-jsx-a11y": "^6.1.1",
    "eslint-plugin-react": "^7.11.1",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-plugin-import": "^2.12.0",
    "babel-eslint": "^8.2.1"
  },
  "files": [
    ".gitignore",
    "index.js",
    "package.json",
    "README.md",
    "src"
  ]
}
