Files
MTranServer/package.json
2025-07-20 20:36:01 +08:00

30 lines
550 B
JSON

{
"name": "@mtran/server",
"homepage": "https://github.com/xxnuo",
"version": "3.0.0",
"type": "commonjs",
"main": "js/mts.js",
"bin": {
"mt": "js/mts.js"
},
"keywords": [
"translation",
"offline",
"bergamot",
"machine-translation",
"nlp",
"node"
],
"author": "xxnuo",
"license": "Apache-2.0",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@fastify/cors": "^11.0.1",
"@mtran/core": "file:packages/mtran-core.tgz",
"fastify": "^5.4.0",
"pino-pretty": "^13.0.0"
}
}