{
  "name": "cc-ding",
  "version": "1.2.4",
  "description": "本地Claude对接钉钉机器人工具套件",
  "keywords": [
    "cli",
    "claude",
    "ding"
  ],
  "main": "dist/index",
  "dependencies": {
    "commander": "^7.2.0",
    "dotenv": "^16.6.1",
    "shelljs": "^0.10.0",
    "urllib": "^4.9.0",
    "utils-ok": "^2.0.0",
    "ws": "^8.21.0"
  },
  "devDependencies": {
    "@types/chai": "^5.2.3",
    "@types/mocha": "^9.1.1",
    "@types/node": "^24.0.0",
    "@types/shelljs": "^0.10.0",
    "@types/ws": "^8.18.1",
    "blacklint": "^1.0.0",
    "chai": "^6.2.2",
    "esbuild": "^0.28.0",
    "eslint": "^9.39.4",
    "eslint-config-egg": "^14.1.0",
    "globals": "^17.6.0",
    "husky": "^8.0.3",
    "mocha": "^8.4.0",
    "sharp": "^0.35.2",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3"
  },
  "license": "MIT",
  "author": "yhn",
  "engines": {
    "node": ">=22"
  },
  "bin": {
    "cc-ding": "./dist/bin/cc-ding.js"
  },
  "scripts": {
    "lint": "eslint . && tsc && npm run blacklint",
    "lint:fix": "eslint . --fix",
    "blacklint": "utils-ok blacklint --blacklintDir \"src bin\"",
    "test": "mocha --exit \"test/**/*.test.ts\"",
    "build": "npm run lint && npm run test && node scripts/build.mjs",
    "publish:minio": "node scripts/publish.mjs",
    "prepublishOnly": "npm run build"
  },
  "files": [
    "dist",
    "resource"
  ],
  "repository": "https://github.com/yihuineng/cc-ding.git"
}
