Files
MTranServer/deprecated/js/package.json
2025-11-02 13:32:30 +08:00

32 lines
621 B
JSON

{
"name": "@mtran/server",
"homepage": "https://github.com/xxnuo",
"version": "3.0.4",
"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",
"@fastify/swagger": "^9.5.1",
"@fastify/swagger-ui": "^5.2.3",
"@mtran/core": "file:packages/mtran-core.tgz",
"fastify": "^5.4.0",
"pino-pretty": "^13.0.0"
}
}