{
  "name": "the-i18n-cli",
  "version": "5.0.0",
  "description": "Find missing translations, remove dead keys, rename across all locales at once — for Nuxt, Laravel, Vue, React/Next.js, or any project with JSON/PHP locale files",
  "keywords": [
    "i18n",
    "internationalization",
    "translation",
    "localization",
    "locale",
    "cli",
    "l10n",
    "nuxt",
    "laravel",
    "vue",
    "react",
    "nextjs",
    "developer-tools"
  ],
  "author": "Fabian Kirchhoff",
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fabkho/the-i18n-kit.git"
  },
  "bin": {
    "the-i18n-cli": "./dist/bin.js"
  },
  "main": "./dist/index.js",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./config": {
      "import": "./dist/define-config.js",
      "types": "./dist/define-config.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "citty": "^0.2.2",
    "consola": "^3.4.2",
    "jiti": "^2.7.0",
    "oxc-parser": "^0.144.0",
    "sort-keys": "^6.0.0",
    "tinyglobby": "^0.2.15",
    "zod": "^4.3.6"
  },
  "peerDependencies": {
    "@anthropic-ai/sdk": "^0.30.0",
    "@google/genai": "^2.0.0",
    "@nuxt/kit": "^3.0.0 || ^4.0.0",
    "openai": "^4.0.0 || ^5.0.0",
    "php-array-reader": "^2.1.3",
    "php-parser": "^3.2.0"
  },
  "peerDependenciesMeta": {
    "@anthropic-ai/sdk": {
      "optional": true
    },
    "@google/genai": {
      "optional": true
    },
    "@nuxt/kit": {
      "optional": true
    },
    "openai": {
      "optional": true
    },
    "php-array-reader": {
      "optional": true
    },
    "php-parser": {
      "optional": true
    }
  },
  "devDependencies": {
    "@nuxt/kit": "^4.4.2",
    "@types/node": "^22.0.0",
    "php-array-reader": "^2.1.3",
    "php-parser": "^3.7.0",
    "tsdown": "^0.12.0",
    "vitest": "^3.2.0",
    "yaml": "2.8.2"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "test": "vitest run",
    "typecheck": "tsc --noEmit"
  }
}