{
  "name": "zhct-wecom-aibot",
  "version": "0.1.0",
  "private": true,
  "description": "WeCom intelligent robot bridge for zhct project-group triage.",
  "main": "bot.js",
  "type": "commonjs",
  "scripts": {
    "start": "node bot.js",
    "check": "node bot.js --check",
    "test": "node task-center.test.js && node bot.test.js"
  },
  "dependencies": {
    "@wecom/aibot-node-sdk": "1.0.6"
  }
}
