{
  "name": "@ansstory/hias",
  "version": "1.0.29",
  "homepage": "https://ansstory.github.io/hitf-cli-md/",
  "bugs": "https://github.com/AnsStory/hitf-cli-md/issues",
  "private": false,
  "description": "CLI scaffolding tool with project templates and component generators for Vue/React/uni-app",
  "author": "AnsStory <story0809@163.com>",
  "license": "MIT",
  "engines": {
    "node": ">=18"
  },
  "main": "dist/index.js",
  "bin": {
    "hias": "dist/index.js"
  },
  "files": [
    "dist/"
  ],
  "keywords": [
    "hias",
    "cli",
    "scaffolding",
    "vue",
    "react",
    "uni-app",
    "nuxt",
    "component-generator",
    "project-template"
  ],
  "scripts": {
    "build": "node build.config.js",
    "build:obfuscated": "set OBFUSCATE=true && node build.config.js",
    "gen:gitlens-dict": "node scripts/gen-gitlens-dict.js",
    "prep:gitlens-zh": "node scripts/prep-gitlens-zh.js",
    "test": "node --test",
    "prepublishOnly": "npm run build:obfuscated",
    "postinstall": "node ./dist/index.js global-config",
    "uninstall": "node ./dist/index.js clear-config"
  },
  "dependencies": {
    "@babel/parser": "^7.29.3",
    "axios": "^1.17.0",
    "chalk": "^4.1.2",
    "commander": "^14.0.0",
    "deepmerge": "^4.3.1",
    "download-git-repo": "^3.0.2",
    "ejs": "^3.1.10",
    "i18next": "^26.3.0",
    "inquirer": "^8.2.6",
    "joi": "^18.2.3",
    "ora": "^5.4.1"
  },
  "devDependencies": {
    "esbuild": "^0.28.0",
    "javascript-obfuscator": "^5.4.3",
    "vitepress": "^1.6.4"
  }
}
