crowdin-context-harvester
Version:
Crowdin AI Context Harvester CLI
70 lines (69 loc) • 1.59 kB
JSON
{
"name": "crowdin-context-harvester",
"version": "0.8.1",
"description": "Crowdin AI Context Harvester CLI",
"bin": {
"crowdin-context-harvester": "cli.js"
},
"main": "cli.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier -w .",
"format:check": "prettier -c ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/crowdin/context-harvester.git"
},
"keywords": [
"crowin",
"ai",
"context",
"harvester",
"cli",
"l10n",
"i18n",
"ai-translation"
],
"files": [
"cli.js",
"src/**/*",
"README.md",
"LICENSE"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@crowdin/crowdin-api-client": "^1.33.1",
"@json2csv/plainjs": "^7.0.6",
"@langchain/anthropic": "^0.3.26",
"@langchain/core": "^0.3.68",
"@langchain/google-vertexai": "^0.2.16",
"@langchain/langgraph": "^0.4.3",
"@langchain/mistralai": "^0.2.1",
"@langchain/openai": "^0.6.7",
"axios": "^1.7.2",
"chalk": "^5.3.0",
"chrono-node": "^2.8.4",
"cli-progress": "^3.12.0",
"cli-width": "^4.1.0",
"commander": "^12.1.0",
"csv": "^6.3.10",
"csvtojson": "^2.0.10",
"glob": "^10.4.1",
"google-auth-library": "^9.14.2",
"inquirer": "^12.9.4",
"minimatch": "^9.0.4",
"ora": "^8.0.1",
"table": "^6.8.2",
"update-notifier": "^7.0.0",
"vscode-ripgrep": "^1.13.2",
"zod": "^3.23.8"
},
"devDependencies": {
"prettier": "^3.6.2"
},
"license": "MIT"
}