UNPKG

dingtalk-honorary-mcp

Version:

DingTalk Honor MCP Server - TypeScript implementation for AI assistants to manage enterprise honor system

64 lines (63 loc) 1.57 kB
{ "name": "dingtalk-honorary-mcp", "version": "1.0.0", "description": "DingTalk Honor MCP Server - TypeScript implementation for AI assistants to manage enterprise honor system", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "bin": { "dingtalk-honorary-mcp": "dist/cli.js" }, "files": [ "dist/**/*", "dingtalk_honor_mcp.yaml", "README.md", "LICENSE", "CHANGELOG.md" ], "scripts": { "build": "tsc", "start": "npm run build && node dist/cli.js", "dev": "npm run build && node dist/cli.js", "clean": "rimraf dist", "prebuild": "npm run clean", "prepublishOnly": "npm run build", "test": "npm run build && node dist/cli.js --help", "type-check": "tsc --noEmit" }, "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", "rimraf": "^5.0.10", "typescript": "^5.8.3" }, "keywords": [ "mcp", "dingtalk", "honor", "culture", "cursor", "ai", "typescript", "model-context-protocol", "enterprise" ], "author": "DingTalk MCP Team", "license": "MIT", "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/dingtalk-mcp/dingtalk-honorary-mcp.git" }, "homepage": "https://www.npmjs.com/package/dingtalk-honorary-mcp", "bugs": { "url": "https://github.com/dingtalk-mcp/dingtalk-honorary-mcp/issues" } }