{
  "name": "@uni-helper/unh",
  "type": "module",
  "version": "0.3.2",
  "description": "@uni-helper提供的cli封装工具",
  "author": "FliPPeDround <flippedround@qq.com>",
  "license": "MIT",
  "funding": "https://afdian.com/a/flippedround",
  "homepage": "https://github.com/uni-helper/unh#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/uni-helper/unh.git"
  },
  "bugs": "https://github.com/uni-helper/unh/issues",
  "keywords": [
    "uni",
    "uni-app",
    "uni-helper",
    "cli",
    "miniapp"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "import": "./dist/index.mjs"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "bin": {
    "unh": "dist/cli.mjs"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "cac": "^7.0.0",
    "consola": "^3.4.2",
    "cross-spawn": "^7.0.6",
    "dotenv": "^17.4.2",
    "dotenv-expand": "^13.0.0",
    "kolorist": "^1.8.0",
    "local-pkg": "^1.2.1",
    "pathe": "^2.0.3",
    "std-env": "^3.10.0",
    "strip-ansi": "^7.2.0",
    "unconfig": "^7.5.0"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^9.0.0",
    "@types/cross-spawn": "^6.0.6",
    "@types/node": "^24.13.1",
    "bumpp": "^11.1.0",
    "eslint": "^10.4.1",
    "lint-staged": "^17.0.7",
    "simple-git-hooks": "^2.13.1",
    "tsdown": "^0.22.2",
    "typescript": "^6.0.3",
    "vitest": "^3.2.6",
    "vitest-package-exports": "^1.2.0"
  },
  "simple-git-hooks": {
    "pre-commit": "pnpm i --frozen-lockfile --ignore-scripts --offline && npx lint-staged"
  },
  "lint-staged": {
    "*": "eslint --fix"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch ./src",
    "lint": "eslint",
    "lint:fix": "eslint --fix",
    "release": "bumpp",
    "test": "vitest"
  }
}