UNPKG

@alauda-fe/i18n-tools

Version:

基于 Azure OpenAI 的 JSON i18n 文件翻译和英文语法检查工具集

45 lines (44 loc) 1.08 kB
{ "name": "@alauda-fe/i18n-tools", "version": "1.0.5", "description": "基于 Azure OpenAI 的 JSON i18n 文件翻译和英文语法检查工具集", "main": "lib/translate.js", "type": "module", "bin": "bin/i18n-tools.js", "scripts": { "start": "node bin/i18n-tools.js" }, "files": [ "bin", "lib" ], "dependencies": { "chalk": "^5.4.1", "commander": "^13.1.0", "openai": "^4.95.1" }, "engines": { "node": ">=18.0.0" }, "keywords": [ "azure", "openai", "translation", "json", "i18n", "grammar-check", "cli", "internationalization" ], "author": "alauda-fe", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/alauda-fe/i18n-tools.git" }, "bugs": { "url": "https://github.com/alauda-fe/i18n-tools/issues" }, "homepage": "https://github.com/alauda-fe/i18n-tools#readme", "packageManager": "yarn@4.0.1+sha512.eed77ea7382e7059c7493017f23fb281e0b478027dce10b818c8f03dadb9babc8d526808edee0ccb6d696018860a0ac1854d95287cdd225972992f28fc71539e" }