package.json•764 B
{
"name": "ddddocr-captcha-recognition-ymeng98",
"version": "1.0.0",
"description": "A powerful MCP server for CAPTCHA recognition using ddddocr - supporting text OCR, object detection, and slider matching",
"main": "index.js",
"module": "./src/index.ts",
"type": "module",
"scripts": {
"dev": "npx @smithery/cli dev",
"build": "tsc",
"start": "node dist/index.js"
},
"keywords": [
"captcha",
"ocr",
"ddddocr",
"mcp",
"computer-vision",
"verification"
],
"author": "ymeng98",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1",
"zod": "^3.25.46",
"node-fetch": "^3.3.0"
},
"devDependencies": {
"@smithery/cli": "^1.2.4",
"@types/node": "^20.0.0",
"tsx": "^4.19.4",
"typescript": "^5.0.0"
}
}