{
  "name": "lang-tag",
  "version": "0.7.3",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/TheTonsOfCode/lang-tag"
  },
  "author": "TheTonsOfCode",
  "license": "MIT",
  "bin": {
    "lang-tag": "./cli/index.js",
    "langtag": "./cli/index.js"
  },
  "main": "./index.cjs",
  "module": "./index.js",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "import": "./index.js",
      "require": "./index.cjs"
    }
  },
  "dependencies": {
    "chokidar": "^4.0.3",
    "commander": "^13.1.0",
    "globby": "^14.1.0",
    "json5": "^2.2.3",
    "micromatch": "^4.0.8",
    "pathe": "^2.0.3"
  },
  "keywords": [
    "i18n",
    "translation",
    "internationalization",
    "localization",
    "typescript",
    "react",
    "component-based",
    "translation-management",
    "javascript",
    "lang-tag",
    "jsx",
    "tsx",
    "inline-translations",
    "translation-keys",
    "component-translations",
    "translation-extraction",
    "namespaces",
    "type-safe-translations",
    "i18n-automation",
    "translation-tags",
    "language-tags",
    "translation-structures",
    "collected-translations",
    "translation-organization",
    "translation-library"
  ]
}