{
  "name": "@zhin.js/adapter-dingtalk",
  "version": "4.0.0",
  "description": "Zhin.js adapter for DingTalk (钉钉)",
  "type": "module",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "development": "./src/index.ts",
      "import": "./lib/index.js"
    }
  },
  "keywords": [
    "zhin",
    "zhin.js",
    "bot",
    "adapter",
    "dingtalk",
    "钉钉",
    "chatbot"
  ],
  "author": {
    "name": "lc-cn",
    "email": "admin@liucl.cn",
    "url": "https://github.com/lc-cn"
  },
  "license": "MIT",
  "repository": {
    "url": "git+https://github.com/zhinjs/zhin.git",
    "type": "git",
    "directory": "plugins/adapters/dingtalk"
  },
  "devDependencies": {
    "@types/koa": "^3.0.3",
    "@types/node": "^25.9.2",
    "typescript": "^6.0.3",
    "@zhin.js/host-router": "2.0.1",
    "zhin.js": "4.1.0"
  },
  "peerDependencies": {
    "@zhin.js/host-router": "2.0.1",
    "zhin.js": "4.1.0"
  },
  "peerDependenciesMeta": {
    "@zhin.js/host-router": {
      "optional": false
    }
  },
  "files": [
    "src",
    "lib",
    "client",
    "dist",
    "skills",
    "plugin.yml",
    "README.md",
    "node",
    "CHANGELOG.md"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "engines": {
    "node": "^20.19.0 || >=22.12.0"
  },
  "scripts": {
    "build": "pnpm build:node",
    "clean": "rimraf lib",
    "build:node": "tsc"
  }
}