i18n-translate-agent
Version:
An intelligent i18n translation agent powered by OpenAI, supporting automatic translation of JSON files with caching and progress tracking
56 lines (55 loc) • 1.45 kB
JSON
{
"name": "i18n-translate-agent",
"version": "1.3.1",
"description": "An intelligent i18n translation agent powered by OpenAI, supporting automatic translation of JSON files with caching and progress tracking",
"author": "victorLee11",
"packageManager": "yarn@1.22.22",
"types": "./index.d.ts",
"main": "./index.js",
"module": "./index.js",
"publishConfig": {
"access": "public"
},
"keywords": [
"i18n",
"internationalization",
"translation",
"openai",
"chatgpt",
"multilingual",
"localization",
"json-translation",
"ai-translation"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/victorLee11/i18n-translate-agent.git"
},
"homepage": "https://github.com/victorLee11/i18n-translate-agent",
"bugs": "https://github.com/victorLee11/i18n-translate-agent/issues",
"type": "module",
"scripts": {
"publish": "npx tsc && npm publish",
"compile": "tsc",
"demo": "node --loader ts-node/esm src/test/demo.ts",
"test": "node --loader ts-node/esm src/test/demo.ts"
},
"exports": {
".": {
"import": "./index.js",
"require": "./index.js"
}
},
"dependencies": {
"ansi-colors": "^4.1.3",
"cli-progress": "^3.12.0",
"openai": "^4.68.1",
"ts-node": "^10.9.2"
},
"devDependencies": {
"@types/cli-progress": "^3.11.6",
"@types/node": "^22.7.9",
"typescript": "^5.6.3"
}
}