mtengines
Version:
Machine Translation (MT) library written in TypeScript
46 lines • 970 B
JSON
{
"name": "mtengines",
"productName": "MTEngines",
"version": "3.1.0",
"description": "Machine Translation (MT) library written in TypeScript",
"keywords": [
"Machine Translation",
"Google Translate",
"DeepL",
"OpenAI ChatGPT",
"Anthropic Claude",
"MT",
"NMT",
"Neural Machine Translation",
"Yandex Translate",
"ModernMT"
],
"scripts": {
"build": "tsc"
},
"author": {
"name": "Rodolfo M. Raya",
"url": "https://maxprograms.com",
"email": "rmraya@maxprograms.com"
},
"license": "EPL-1.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"repository": {
"type": "git",
"url": "https://github.com/rmraya/MTEngines.git"
},
"devDependencies": {
"@types/node": "^24.3.0",
"typescript": "^5.9.2"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.60.0",
"openai": "^5.12.2",
"typesbcp47": "1.8.0",
"typesxml": "1.8.0"
}
}