{
  "name": "@jsverse/transloco-scoped-libs",
  "version": "8.4.0",
  "description": "Transloco support tool for libraries with translations",
  "main": "src/lib/transloco-scoped-libs.js",
  "engines": {
    "node": ">=18"
  },
  "bin": {
    "transloco-scoped-libs": "src/index.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/jsverse/transloco/issues"
  },
  "homepage": "https://jsverse.gitbook.io/transloco/tools/scoped-library-extractor",
  "repository": {
    "type": "git",
    "url": "https://github.com/jsverse/transloco"
  },
  "keywords": [
    "Angular",
    "i18n",
    "Translate",
    "Angular Translate",
    "Transloco",
    "Build Tool"
  ],
  "license": "MIT",
  "dependencies": {
    "@jsverse/transloco-utils": "^8.4.0",
    "chalk": "^4.1.2",
    "chokidar": "^3.5.2",
    "command-line-args": "^5.1.1",
    "glob": "^10.3.3",
    "fs-extra": "^11.1.1"
  },
  "type": "commonjs",
  "types": "./src/index.d.ts"
}