{
  "name": "@kmijs/shared",
  "version": "0.1.0",
  "description": "kmi shared module dependencies and utility functions",
  "keywords": [],
  "repository": {
    "type": "git",
    "url": "https://github.com/kmijs/kmi/tree/main/packages/shared"
  },
  "license": "ISC",
  "type": "commonjs",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "compiled",
    "dist"
  ],
  "dependencies": {
    "pino": "7.11.0"
  },
  "devDependencies": {
    "@ampproject/remapping": "2.2.1",
    "@babel/highlight": "7.18.6",
    "@clack/core": "0.3.5",
    "@clack/prompts": "0.8.2",
    "@types/cross-spawn": "6.0.4",
    "@types/debug": "4.1.7",
    "@types/fs-extra": "11.0.3",
    "@types/glob": "8.0.0",
    "@types/lodash": "4.14.191",
    "@types/mustache": "4.2.4",
    "@types/prettier": "2.7.3",
    "@types/prompts": "2.4.7",
    "@types/resolve": "1.20.4",
    "@types/rimraf": "3.0.2",
    "@types/semver": "7.5.4",
    "@types/yargs-parser": "21.0.2",
    "address": "1.1.2",
    "axios": "0.27.2",
    "boxen": "8.0.1",
    "chalk": "4.1.2",
    "cheerio": "1.0.0-rc.12",
    "chokidar": "3.5.3",
    "cross-spawn": "7.0.3",
    "dayjs": "1.11.13",
    "debug": "4.3.4",
    "deepmerge": "4.2.2",
    "defu": "6.1.4",
    "download": "8.0.0",
    "enquirer": "2.4.1",
    "execa": "5.1.1",
    "fastest-levenshtein": "1.0.16",
    "filesize": "10.0.6",
    "find-up": "5.0.0",
    "fs-extra": "11.1.1",
    "git-url-parse": "16.0.0",
    "glob": "8.0.3",
    "gzip-size": "7.0.0",
    "import-lazy": "4.0.0",
    "javascript-stringify": "2.1.0",
    "json5": "2.2.1",
    "lodash": "4.17.21",
    "lowdb": "7.0.1",
    "magic-string": "0.30.5",
    "minimatch": "10.0.1",
    "mustache": "4.2.0",
    "normalize-url": "6.1.0",
    "npm-package-arg": "12.0.0",
    "open": "8.4.2",
    "ora": "6.1.2",
    "pathe": "1.1.1",
    "picocolors": "1.1.1",
    "pirates": "4.0.5",
    "portfinder": "1.0.32",
    "prettier": "2.8.8",
    "prompts": "2.4.2",
    "ps-tree": "1.2.0",
    "resolve": "1.22.0",
    "rimraf": "3.0.2",
    "semver": "7.5.4",
    "sisteransi": "1.0.5",
    "std-env": "3.8.0",
    "strip-ansi": "6.0.1",
    "tsconfig-paths": "4.2.0",
    "webpack-merge": "6.0.1",
    "which": "2.0.2",
    "yargs-parser": "21.1.1",
    "yocto-spinner": "0.1.2",
    "zod": "3.20.6",
    "zod-validation-error": "2.1.0"
  },
  "engines": {
    "node": "^14.18.0 || >=16.10.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "authors": [
    "renhong.xrh@gmail.com"
  ],
  "compiledConfig": {
    "deps": [
      "chalk",
      "fs-extra",
      "glob",
      "lodash",
      "mustache",
      "rimraf",
      "semver",
      "yargs-parser",
      "pathe",
      "pirates",
      "find-up",
      "resolve",
      "fastest-levenshtein",
      "magic-string",
      "@ampproject/remapping",
      "import-lazy",
      "./bundles/zx/bundle",
      "cheerio",
      "cross-spawn",
      "portfinder",
      "deepmerge",
      "address",
      "strip-ansi",
      "execa",
      "prettier",
      "boxen",
      "ora",
      "axios",
      "json5",
      "dayjs",
      "npm-package-arg",
      "filesize",
      "gzip-size",
      "open",
      "minimatch",
      "defu",
      "picocolors",
      "javascript-stringify",
      "@clack/prompts",
      "@babel/highlight",
      "webpack-merge",
      "tsconfig-paths",
      "std-env",
      "yocto-spinner",
      "sisteransi",
      "@clack/core",
      "enquirer"
    ],
    "externals": {
      "chalk": "../chalk",
      "fs-extra": "../fs-extra",
      "glob": "../glob",
      "lodash": "../lodash",
      "mustache": "../mustache",
      "rimraf": "../rimraf",
      "semver": "../semver",
      "yargs-parser": "../yargs-parser",
      "pathe": "../pathe",
      "pirates": "../pirates",
      "find-up": "../find-up",
      "resolve": "../resolve",
      "import-lazy": "../import-lazy",
      "util": "util",
      "cheerio": "../cheerio",
      "cross-spawn": "../cross-spawn",
      "portfinder": "../portfinder",
      "address": "../address",
      "strip-ansi": "../strip-ansi",
      "execa": "../execa",
      "prettier": "../prettier",
      "boxen": "../boxen",
      "ora": "../ora",
      "axios": "../axios",
      "json5": "../json5",
      "dayjs": "../dayjs",
      "open": "../open",
      "webpack-merge": "../webpack-merge",
      "tsconfig-paths": "../tsconfig-paths",
      "std-env": "../std-env"
    },
    "extraDtsExternals": [
      "cli-spinners"
    ],
    "excludeDtsDeps": [
      "which",
      "ps-tree",
      "npm-package-arg",
      "@babel/highlight"
    ]
  },
  "scripts": {
    "build": "father build",
    "build:deps": "kmi-scripts bundleDeps",
    "dev": "father dev --no-clean",
    "prebundle": "prebundle"
  }
}