libretranslate
Version:
Simple API wrapper for LibreTranslate
29 lines (28 loc) • 660 B
JSON
{
"name": "libretranslate",
"version": "1.0.1",
"description": "Simple API wrapper for LibreTranslate",
"main": "dist/translate.js",
"types": "dist/translate.d.ts",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PugDEV-hub/LibreTranslate.git"
},
"keywords": [
"translate",
"libretranslate"
],
"author": "PugT",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/PugDEV-hub/LibreTranslate/issues"
},
"homepage": "https://github.com/PugDEV-hub/LibreTranslate#readme",
"dependencies": {
"@types/node": "^18.0.6",
"typescript": "^4.7.4"
}
}