package.json•799 B
{
"name": "po-translation-mcp",
"version": "1.0.0",
"description": "MCP server for translating Django gettext .po files with AI assistance",
"type": "module",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"dev": "tsc && node dist/index.js",
"test": "jest",
"test:watch": "jest --watch"
},
"keywords": [
"mcp",
"translation",
"gettext",
"po",
"django",
"i18n",
"localization"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0",
"gettext-parser": "^8.0.0",
"glob": "^10.3.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@types/jest": "^29.5.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.0",
"typescript": "^5.6.0"
}
}