package.json•975 B
{
"name": "@intsig/server-textin",
"version": "0.1.7",
"description": "MCP Server for the Textin Robot API. TextIn官方MCP,支持文档OCR识别,文档转Markdown,文档关键信息提取。",
"license": "MIT",
"author": "Textin(https://www.textin.com)",
"homepage": "https://www.textin.com/",
"bugs": "https://github.com/intsig-textin/textin-mcp/issues",
"type": "module",
"bin": {
"textin-mcp": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc && node -e \"require('fs').chmodSync('dist/index.js', '755')\"",
"prepare": "npm run build",
"watch": "tsc --watch"
},
"keywords": [
"textin",
"mcp",
"ocr",
"pdf",
"converter",
"markdown",
"pdf-to-markdown"
],
"dependencies": {
"@modelcontextprotocol/sdk": "0.6.0",
"axios": "^1.8.4",
"zod-to-json-schema": "^3.24.5"
},
"devDependencies": {
"@types/node": "^20.11.24",
"typescript": "^5.3.3"
}
}