{
  "name": "@deveco/deveco-cli",
  "version": "1.3.0",
  "description": "HarmonyOS application development command line tool",
  "license": "MIT",
  "type": "module",
  "bin": {
    "devecocli": "dist/cli.js"
  },
  "files": [
    "dist",
    "scripts/postinstall.mjs",
    "templates",
    "src/resources",
    "THIRD-PARTY-LICENSES",
    "SKILL.md",
    "docs.zip",
    "index.zip"
  ],
  "scripts": {
    "prepare": "husky",
    "postinstall": "node scripts/postinstall.mjs",
    "build": "tsup",
    "build:index": "tsx index/build-index-bundle.ts",
    "dev": "tsx watch src/cli.ts",
    "start": "tsx src/cli.ts",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "lint": "eslint src",
    "lint:fix": "eslint src --fix",
    "format": "prettier --write src",
    "license": "generate-license-file --input package.json --output THIRD-PARTY-LICENSES --overwrite --ci",
    "prepublishOnly": "npm run lint && npm run license && npm run build"
  },
  "engines": {
    "node": ">=22"
  },
  "keywords": [
    "harmonyos",
    "deveco",
    "cli"
  ],
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/adm-zip": "^0.5.8",
    "@types/fs-extra": "^11.0.4",
    "@types/global-agent": "^3.0.0",
    "@types/node": "^25.6.0",
    "@types/node-forge": "^1.3.14",
    "@types/proper-lockfile": "^4.1.4",
    "@types/semver": "^7.7.1",
    "@types/turndown": "^5.0.5",
    "@types/yauzl": "^2.10.3",
    "eslint": "^10.2.1",
    "generate-license-file": "^4.2.1",
    "husky": "^9.1.7",
    "prettier": "^3.8.3",
    "tsup": "^8.5.1",
    "tsx": "^4.21.0",
    "turndown": "^7.2.4",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.59.1",
    "vitest": "^4.1.10"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "@sqlite.org/sqlite-wasm": "^3.49.1-build4",
    "adm-zip": "0.6.0",
    "axios": "1.19.0",
    "colorette": "^2.0.20",
    "commander": "^13.1.0",
    "execa": "^9.6.1",
    "fs-extra": "^11.3.4",
    "global-agent": "^4.1.3",
    "jieba-wasm": "^2.4.0",
    "json5": "^2.2.3",
    "mdast-util-to-string": "^4.0.0",
    "node-forge": "^1.4.0",
    "ora": "^9.4.0",
    "p-limit": "^5.0.0",
    "proper-lockfile": "^4.1.2",
    "regedit": "^5.1.4",
    "remark-gfm": "^4.0.1",
    "remark-parse": "^11.0.0",
    "semver": "^7.8.5",
    "smol-toml": "^1.6.1",
    "socket.io-client": "^4.7.5",
    "unified": "^11.0.5",
    "yauzl": "^3.2.0",
    "zod": "^4.4.3"
  },
  "overrides": {
    "dotenv": "16.4.7"
  }
}
