{
  "name": "dingtalk-workspace-cli",
  "version": "1.0.32",
  "description": "DingTalk Workspace CLI - AI-powered productivity tools",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/open-dingtalk/dingtalk-workspace-cli.git"
  },
  "homepage": "https://github.com/open-dingtalk/dingtalk-workspace-cli",
  "bugs": {
    "url": "https://github.com/open-dingtalk/dingtalk-workspace-cli/issues"
  },
  "keywords": [
    "dingtalk",
    "dws",
    "cli",
    "workspace",
    "ai",
    "productivity"
  ],
  "bin": {
    "dws": "./bin/dws.js"
  },
  "scripts": {
    "postinstall": "node install.js"
  },
  "files": [
    "assets",
    "bin",
    "install.js",
    "README.md"
  ],
  "engines": {
    "node": ">=16"
  }
}
