UNPKG

mtengines

Version:

Machine Translation (MT) library written in TypeScript

61 lines 1.35 kB
{ "name": "mtengines", "productName": "MTEngines", "version": "4.13.0", "description": "Machine Translation (MT) library written in TypeScript", "type": "module", "keywords": [ "Machine Translation", "Google Translate", "Google Gemini", "DeepL", "OpenAI ChatGPT", "Anthropic Claude", "MT", "NMT", "Neural Machine Translation", "ModernMT", "Mistral", "Ollama", "Qwen" ], "scripts": { "clean": "node -e \"require('node:fs').rmSync('dist', { recursive: true, force: true })\"", "build": "npm run clean && tsc" }, "author": { "name": "Rodolfo M. Raya", "url": "https://maxprograms.com", "email": "rmraya@maxprograms.com" }, "license": "EPL-1.0", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./package.json": "./package.json" }, "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/maxprograms-com/MTEngines.git" }, "engines": { "node": ">=22" }, "devDependencies": { "@types/node": "^24.13.0", "typescript": "^6.0.3" }, "dependencies": { "@anthropic-ai/sdk": "^0.97.1", "typesbcp47": "1.24.0", "typesxml": "2.2.0" } }