{
  "name": "dingtalk-checkin-mcp",
  "version": "1.0.0",
  "description": "DingTalk Checkin MCP Server - Check-in records management for AI assistants",
  "type": "module",
  "main": "./mcp-server.js",
  "bin": {
    "dingtalk-checkin-mcp": "./mcp-server.js"
  },
  "files": [
    "mcp-server.js",
    "dingtalk_mcp_server.yaml",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "start": "node mcp-server.js",
    "dev": "node mcp-server.js",
    "test": "node mcp-server.js --help"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^0.4.0",
    "axios": "^1.6.0",
    "js-yaml": "^4.1.0"
  },
  "devDependencies": {
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^20.19.0"
  },
  "keywords": [
    "mcp",
    "dingtalk",
    "checkin",
    "attendance",
    "cursor",
    "ai",
    "model-context-protocol"
  ],
  "author": "DingTalk MCP Team",
  "license": "MIT",
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dingtalk-mcp/dingtalk-checkin-mcp.git"
  },
  "homepage": "https://github.com/dingtalk-mcp/dingtalk-checkin-mcp#readme",
  "bugs": {
    "url": "https://github.com/dingtalk-mcp/dingtalk-checkin-mcp/issues"
  }
} 