{
  "name": "@em-cli/shared",
  "version": "2.1.1",
  "description": "脚手架工具方法包",
  "keywords": [
    "工具方法"
  ],
  "author": "lizhiyu <656603136@qq.com>",
  "homepage": "",
  "license": "ISC",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.js"
    }
  },
  "typings": "dist",
  "directories": {
    "dist": "dist",
    "test": "__tests__"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "devDependencies": {
    "@types/configstore": "^6.0.0",
    "@types/eslint": "^8.4.5",
    "@types/fs-extra": "^9.0.13",
    "@types/inquirer": "^9.0.0",
    "@types/inquirer-autocomplete-prompt": "^1.3.5",
    "@types/jsonfile": "^6.0.1",
    "@types/node": "^18.7.3",
    "@types/npmlog": "^4.1.4",
    "@types/progress": "^2.0.5",
    "@types/randomstring": "^1.1.8",
    "@types/shelljs": "^0.8.11",
    "@types/signale": "^1.4.4",
    "@types/terminal-kit": "^1.34.1"
  },
  "dependencies": {
    "@antfu/install-pkg": "^0.1.0",
    "@types/jsonfile": "^6.1.0",
    "chalk": "^5.0.1",
    "configstore": "^6.0.0",
    "download-git-repo": "^3.0.2",
    "eslint": "^8.22.0",
    "execa": "^6.1.0",
    "fast-glob": "^3.2.11",
    "fs-extra": "^10.1.0",
    "fuzzy": "^0.1.3",
    "image-downloader": "^4.3.0",
    "inquirer": "^9.1.0",
    "inquirer-autocomplete-prompt": "^2.0.0",
    "inquirer-checkbox-plus-prompt": "^1.0.1",
    "jsonfile": "^6.1.0",
    "log-symbols": "^5.1.0",
    "npmlog": "^6.0.2",
    "ora": "^6.1.2",
    "progress": "^2.0.3",
    "randomstring": "^1.2.2",
    "read-pkg": "^7.1.0",
    "read-pkg-up": "^9.1.0",
    "readline": "^1.3.0",
    "resolve-cwd": "^3.0.0",
    "shelljs": "^0.8.5",
    "signale": "^1.4.0",
    "simple-git": "^3.12.0",
    "strip-ansi": "^7.0.1",
    "terminal-kit": "^2.5.1",
    "vinyl": "^2.2.1"
  },
  "gitHead": "578c451a1e3b109bf4b32d2af188ee541b0f0ab7",
  "scripts": {
    "build": "father build",
    "start": "father dev"
  }
}