{
  "name": "easy-cli2",
  "version": "1.5.4",
  "description": "一个简易的脚手架，提供eslint格式化检查，创建项目模板，自动部署功能，xlsx与json互转，压缩图片等功能",
  "homepage": "https://github.com/Ectimi/easy-cli",
  "repository": "https://github.com/Ectimi/easy-cli",
  "main": "index.js",
  "commandName": "easy",
  "bin": {
    "easy": "/lib/bin/index.js"
  },
  "scripts": {
    "prepublish": "tsc",
    "build": "tsc"
  },
  "files": [
    "lib"
  ],
  "keywords": [
    "easy",
    "easy-cli",
    "cli",
    "脚手架",
    "压缩图片"
  ],
  "author": "Yangjunjie",
  "license": "ISC",
  "devDependencies": {
    "@types/eslint": "^8.4.5",
    "@typescript-eslint/eslint-plugin": "^5.30.6",
    "@typescript-eslint/parser": "^5.30.6"
  },
  "dependencies": {
    "@babel/core": "^7.18.9",
    "@babel/plugin-syntax-flow": "^7.16.0",
    "@babel/preset-env": "^7.14.7",
    "@babel/preset-react": "^7.14.5",
    "@babel/preset-typescript": "^7.14.5",
    "@babel/runtime": "^7.14.6",
    "@rollup/plugin-image": "^2.0.6",
    "@types/archiver": "^5.3.1",
    "@types/figlet": "^1.5.4",
    "@types/fs-extra": "^9.0.13",
    "@types/inquirer": "^8.2.1",
    "@types/jsonfile": "^6.1.0",
    "@types/minify": "^9.1.0",
    "@types/rollup-plugin-postcss": "^3.1.4",
    "@types/shelljs": "^0.8.11",
    "@types/tmp": "^0.2.3",
    "@types/try-to-catch": "^3.0.0",
    "@typescript-eslint/eslint-plugin": "^4.28.1",
    "@typescript-eslint/parser": "^4.28.1",
    "archiver": "^5.3.1",
    "babel-loader": "^8.2.2",
    "babel-preset-env": "^1.7.0",
    "babel-preset-react": "^6.24.1",
    "babel-preset-react-app": "^10.0.0",
    "chalk": "^4.1.2",
    "commander": "^9.3.0",
    "compress-images": "^2.0.5",
    "download-git-repo": "^3.0.2",
    "figlet": "^1.5.2",
    "fs-extra": "^10.1.0",
    "gifsicle": "^5.2.1",
    "hidefile": "^3.0.0",
    "inquirer": "^8.1.2",
    "jsonfile": "^6.1.0",
    "latest-version": "^7.0.0",
    "minify": "^9.1.0",
    "node-ssh": "^12.0.4",
    "ora": "^5.4.1",
    "pngquant-bin": "^6.0.1",
    "rollup": "^2.77.0",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-css-only": "^3.1.0",
    "rollup-plugin-filesize": "^9.1.1",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-less": "^1.1.3",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.30.0",
    "shelljs": "^0.8.5",
    "tmp": "^0.2.1",
    "try-to-catch": "^3.0.1",
    "xlsx": "^0.18.5"
  }
}
