UNPKG

anylang

Version:

A translator's kit that uses the free APIs of Google Translate, Yandex, Bing, ChatGPT, and other LLMs

40 lines 824 B
{ "name": "anylang", "version": "3.2.1", "description": "A translator's kit that uses the free APIs of Google Translate, Yandex, Bing, ChatGPT, and other LLMs", "keywords": [ "translation", "translate", "translator", "google", "yandex", "bing", "deepl", "free", "api", "openai", "chatgpt", "llm", "scheduling", "batch-translation", "language" ], "license": "Apache-2.0", "author": "Robert Vitonsky <https://github.com/vitonsky>", "homepage": "https://github.com/translate-tools/core", "repository": { "type": "git", "url": "https://github.com/translate-tools/core" }, "engines": { "node": ">=18" }, "dependencies": { "@xmldom/xmldom": "^0.9.8", "isomorphic-fetch": "^3.0.0", "lodash": "^4.17.21", "query-string": "^9.2.2", "xpath": "^0.0.34", "zod": "^4.0.5" } }