xliff-mcp
Version:
MCP server for XLIFF bilingual file processing
47 lines • 1.4 kB
JSON
{
"name": "xliff-mcp",
"version": "1.0.6",
"description": "MCP server for XLIFF bilingual file processing",
"license": "MIT",
"author": "Your Name",
"homepage": "https://github.com/langlink-localization/xliff-mcp",
"bugs": "https://github.com/langlink-localization/xliff-mcp/issues",
"type": "module",
"bin": {
"xliff-mcp": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc && shx chmod +x dist/*.js",
"prepare": "npm run build",
"watch": "tsc --watch",
"test": "node --test dist/test/*.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "0.5.0",
"diff": "^5.1.0",
"fs": "0.0.1-security",
"minimatch": "^10.0.1",
"xmldom": "^0.6.0",
"zod": "^3.22.4",
"zod-to-json-schema": "^3.23.5"
},
"devDependencies": {
"@types/diff": "^5.0.9",
"@types/minimatch": "^5.1.2",
"@types/node": "^22",
"@types/xmldom": "^0.1.34",
"shx": "^0.3.4",
"typescript": "^5.3.3"
},
"keywords": [
"mcp",
"xliff",
"translation",
"bilingual",
"localization"
],
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
}