{
  "name": "openclaw-dingtalk",
  "version": "2.6.4",
  "description": "DingTalk (钉钉) channel plugin for OpenClaw",
  "main": "index.ts",
  "type": "module",
  "files": [
    "index.ts",
    "src",
    "openclaw.plugin.json",
    "clawbot.plugin.json"
  ],
  "scripts": {
    "type-check": "tsc --noEmit",
    "lint": "eslint index.ts src/",
    "lint:fix": "eslint --fix index.ts src/ && prettier --write index.ts src/",
    "prepublishOnly": "npm run type-check && npm run lint"
  },
  "keywords": [
    "clawdbot",
    "openclaw",
    "dingtalk",
    "channel",
    "stream",
    "钉钉",
    "bot"
  ],
  "author": "YM Shen <soimy@163.com> (http://github.com/soimy)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/soimy/openclaw-channel-dingtalk.git"
  },
  "homepage": "https://github.com/soimy/openclaw-channel-dingtalk",
  "dependencies": {
    "axios": "^1.6.0",
    "dingtalk-stream": "^2.1.4",
    "form-data": "^4.0.0",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@types/node": "^25.2.0",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "eslint": "^8.0.0",
    "eslint-config-prettier": "^9.0.0",
    "prettier": "^3.0.0",
    "typescript": "^5.3.0"
  },
  "peerDependencies": {
    "openclaw": ">=2026.2.13"
  },
  "openclaw": {
    "extensions": [
      "./index.ts"
    ],
    "channels": [
      "dingtalk"
    ],
    "installDependencies": true,
    "channel": {
      "id": "dingtalk",
      "label": "DingTalk",
      "selectionLabel": "DingTalk (钉钉)",
      "docsPath": "/channels/dingtalk",
      "docsLabel": "dingtalk",
      "blurb": "钉钉企业内部机器人，使用 Stream 模式，无需公网 IP。",
      "order": 70,
      "aliases": [
        "dd",
        "ding"
      ]
    },
    "install": {
      "npmSpec": "openclaw-dingtalk",
      "localPath": ".",
      "defaultChoice": "npm"
    }
  }
}
