UNPKG

integration-test-mcp

Version:

MCP服务器用于集成测试

50 lines (49 loc) 1.31 kB
{ "name": "integration-test-mcp", "version": "1.0.11", "description": "MCP服务器用于集成测试", "main": "dist/index.js", "type": "module", "private": false, "license": "ISC", "maintainers": [ "xxld" ], "bin": "dist/index.js", "scripts": { "build": "rm -rf dist && tsc", "start": "node dist/index.js", "dev": "tsc-watch --onSuccess \"node dist/index.js\"", "publish:patch": "node scripts/publish.js patch", "publish:minor": "node scripts/publish.js minor", "publish:major": "node scripts/publish.js major", "publish:prerelease": "node scripts/publish.js prerelease --tag beta", "publish:dry": "node scripts/publish.js --dry-run", "release": "node scripts/publish.js patch --push" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.8.0", "axios": "^1.6.7", "body-parser": "^1.20.2", "dotenv": "^16.3.1", "express": "^4.18.2", "puppeteer-core": "^22.4.1", "zod": "^3.24.2" }, "devDependencies": { "@types/body-parser": "^1.19.5", "@types/express": "^4.17.21", "@types/node": "^20.11.24", "ts-node": "^10.9.2", "tsc-watch": "^6.0.4", "typescript": "^5.3.3" }, "keywords": [ "mcp", "integration-test", "automation" ] }