UNPKG

smart-sheet-mcp

Version:
57 lines (56 loc) 1.28 kB
{ "name": "smart-sheet-mcp", "version": "1.0.0", "description": "智能表格添加记录功能的MCP服务", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "ts-node src/index.ts", "test": "jest", "prepublishOnly": "npm run build" }, "keywords": [ "smartsheet", "mcp", "model-context-protocol", "enterprise-wechat", "wechat-work" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "axios": "^1.6.0", "dotenv": "^16.3.1", "tslib": "^2.8.1", "zod": "^3.22.4" }, "devDependencies": { "@types/jest": "^29.5.5", "@types/node": "^20.8.2", "jest": "^29.7.0", "ts-jest": "^29.1.1", "ts-node": "^10.9.1", "typescript": "^5.2.2" }, "peerDependencies": { "@modelcontextprotocol/sdk": "^1.0.0" }, "engines": { "node": ">=14.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/yourusername/smart-sheet-mcp.git" }, "bugs": { "url": "https://github.com/yourusername/smart-sheet-mcp/issues" }, "homepage": "https://github.com/yourusername/smart-sheet-mcp#readme", "author": "", "license": "ISC" }