{
  "name": "glotto",
  "version": "3.1.0",
  "description": "AI-powered i18n JSON translator. Multi-target, incremental, provider-agnostic (OpenAI, Anthropic, Gemini).",
  "keywords": [
    "i18n",
    "translation",
    "translator",
    "ai",
    "openai",
    "anthropic",
    "gemini",
    "localization",
    "l10n",
    "json",
    "cli"
  ],
  "author": "Ibrahim Odev <me@ibrahimo.dev>",
  "homepage": "https://github.com/ibodev1/glotto#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ibodev1/glotto.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ibodev1/glotto/issues"
  },
  "scripts": {},
  "bin": {
    "glotto": "./esm/cli.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=20.10.0"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.95.1",
    "@google/genai": "^2.0.0",
    "consola": "^3.4.2",
    "openai": "^6.37.0",
    "@deno/shim-deno": "~0.18.0"
  },
  "devDependencies": {
    "@types/node": "^20.9.0"
  },
  "_generatedBy": "dnt@dev"
}