{
  "name": "@zhengxs/wechaty-puppet-dingtalk",
  "version": "0.1.1",
  "description": "The Non-official puppet based on wechaty for DingTalk",
  "keywords": [
    "wechaty",
    "wechaty-puppet",
    "dingtalk",
    "bot",
    "chatbot"
  ],
  "homepage": "https://github.com/zhengxs2018/dingtalk-sdk-for-js#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/zhengxs2018/dingtalk-sdk-for-js",
    "directory": "packages/wechaty-puppet-dingtalk"
  },
  "bugs": {
    "url": "https://github.com/zhengxs2018/dingtalk-sdk-for-js/issues"
  },
  "author": "zhengxs <zhengxs2018@gmail.com>",
  "license": "MIT",
  "type": "commonjs",
  "main": "./index.js",
  "types": "./index.d.ts",
  "imports": {
    "@zhengxs/wechaty-puppet-dingtalk": ".",
    "@zhengxs/wechaty-puppet-dingtalk/*": "./src/*"
  },
  "exports": {
    ".": {
      "require": {
        "types": "./index.d.ts",
        "default": "./index.js"
      },
      "types": "./index.d.mts",
      "default": "./index.mjs"
    },
    "./*.mjs": {
      "types": "./*.d.ts",
      "default": "./*.mjs"
    },
    "./*.js": {
      "types": "./*.d.ts",
      "default": "./*.js"
    },
    "./*": {
      "types": "./*.d.ts",
      "require": "./*.js",
      "default": "./*.mjs"
    }
  },
  "sideEffect": false,
  "files": [
    "*"
  ],
  "private": false,
  "publishConfig": {
    "directory": "dist",
    "registry": "https://registry.npmjs.org"
  },
  "dependencies": {
    "quick-lru": "^7.0.0",
    "@zhengxs/http": "^0.0.1-rc.6",
    "file-box": "^1.4.15",
    "gerror": "^1.0.16",
    "keyv": "^5.1.0",
    "wechaty-puppet": "^1.20.2",
    "@zhengxs/dingtalk": "^0.1.0",
    "@zhengxs/dingtalk-event-hubs": "^0.1.1",
    "@zhengxs/dingtalk-auth": "^0.1.0"
  },
  "scripts": {
    "build": "vite build",
    "watch": "vite build --watch --mode development"
  }
}