mirror of
https://github.com/xxnuo/MTranServer.git
synced 2026-05-30 10:31:50 +08:00
30 lines
550 B
JSON
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"
|
|
}
|
|
}
|