{
  "name": "@jsverse/transloco-keys-manager",
  "version": "8.1.0",
  "description": "Extract translatable keys from projects that uses Transloco",
  "engines": {
    "node": ">=20.19.0"
  },
  "type": "module",
  "exports": {
    ".": {
      "import": "./public-api.js",
      "types": "./public-api.d.ts"
    },
    "./marker": {
      "import": "./marker.js",
      "types": "./marker.d.ts"
    }
  },
  "bin": {
    "transloco-keys-manager": "index.js"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jsverse/transloco-keys-manager.git"
  },
  "keywords": [
    "angular",
    "angular 2",
    "i18n",
    "extract",
    "transloco",
    "translate",
    "keys",
    "tool",
    "cli",
    "webpack"
  ],
  "author": "Shahar Kazaz",
  "bugs": {
    "url": "https://github.com/jsverse/transloco-keys-manager/issues"
  },
  "homepage": "https://jsverse.gitbook.io/transloco/tools/keys-manager-tkm",
  "dependencies": {
    "@angular/compiler": ">= 21.1.0 < 22.0.0",
    "@jsverse/angular-utils": "1.0.0-beta.6",
    "@jsverse/transloco-utils": "8.2.1",
    "@phenomnomnominal/tsquery": "6.1.4",
    "chalk": "5.6.2",
    "cheerio": "1.1.2",
    "cli-table3": "0.6.5",
    "command-line-args": "6.0.1",
    "command-line-usage": "7.0.3",
    "cosmiconfig": "9.0.0",
    "debug": "4.4.3",
    "deep-diff": "1.0.2",
    "flat": "6.0.1",
    "fs-extra": "11.3.3",
    "gettext-parser": "8.0.0",
    "glob": "13.0.0",
    "jsonc-parser": "3.3.1",
    "ora": "9.0.0"
  }
}