mirror of
https://github.com/run-llama/automatic-doc-translate.git
synced 2026-07-01 21:34:05 -04:00
32 lines
832 B
JSON
32 lines
832 B
JSON
{
|
|
"name": "autotranslatedoc",
|
|
"version": "1.0.11",
|
|
"description": "A tool to automatically translate documentations.",
|
|
"main": "./cli.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"bin": {
|
|
"autotranslatedoc": "./cli.js"
|
|
},
|
|
"author": "pierre@pld.io",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@octokit/core": "^5.0.2",
|
|
"commander": "^11.1.0",
|
|
"express": "^4.18.2",
|
|
"github-api": "^3.4.0",
|
|
"gpt-tokenizer": "^2.1.2",
|
|
"llamaindex": "^0.0.37",
|
|
"openai": "^4.20.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/run-llama/automatic-doc-translate.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/run-llama/automatic-doc-translate/issues"
|
|
},
|
|
"homepage": "https://github.com/run-llama/automatic-doc-translate/#readme"
|
|
}
|