gptrans
Version:
🚆 GPTrans - The smarter AI-powered way to translate.
47 lines (46 loc) • 933 B
JSON
{
"name": "gptrans",
"type": "module",
"version": "2.1.4",
"description": "🚆 GPTrans - The smarter AI-powered way to translate.",
"keywords": [
"translate",
"translation",
"ai",
"gpt",
"i18n",
"internationalization",
"localization",
"language",
"translation",
"translator",
"magic",
"agentic",
"skill",
"image",
"clasen"
],
"repository": {
"type": "git",
"url": "git+https://github.com/clasen/GPTrans.git"
},
"main": "index.js",
"scripts": {
"test": "node --test test/**/*.test.js"
},
"author": "Martin Clasen",
"license": "MIT",
"bugs": {
"url": "https://github.com/clasen/GPTrans/issues"
},
"homepage": "https://github.com/clasen/GPTrans#readme",
"engines": {
"node": ">=20.6.0"
},
"dependencies": {
"deepbase": "^1.4.8",
"genmix": "^1.2.4",
"modelmix": "^4.5.6",
"string-hash": "^1.1.3"
}
}