UNPKG

crowdin-context-harvester

Version:

Crowdin AI Context Harvester CLI

59 lines (58 loc) 1.26 kB
{ "name": "crowdin-context-harvester", "version": "0.6.0", "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" }, "keywords": [ "crowin", "ai", "context", "harvester", "cli", "l10n", "i18n", "ai-translation" ], "files": [ "cli.js", "src/**/*", "README.md", "LICENSE" ], "publishConfig": { "access": "public" }, "dependencies": { "@ai-sdk/anthropic": "^1.1.1", "@ai-sdk/azure": "^1.1.1", "@ai-sdk/google-vertex": "^2.1.1", "@ai-sdk/mistral": "^1.1.1", "@ai-sdk/openai": "^1.1.1", "@crowdin/crowdin-api-client": "^1.33.1", "ai": "^3.4.17", "axios": "^1.7.2", "chalk": "^5.3.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": "^9.2.22", "json2csv": "^6.0.0-alpha.2", "minimatch": "^9.0.4", "ora": "^8.0.1", "table": "^6.8.2", "tiktoken": "^1.0.17", "update-notifier": "^7.0.0", "zod": "^3.23.8" }, "license": "MIT" }