{
  "name": "@jsverse/transloco-optimize",
  "version": "7.0.1",
  "description": "Transloco optimization process for production environments",
  "main": "./src/index.js",
  "engines": {
    "node": ">=16"
  },
  "bin": {
    "transloco-optimize": "src/index.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/jsverse/transloco/issues"
  },
  "homepage": "https://jsverse.github.io/transloco/docs/tools/optimize/",
  "repository": {
    "type": "git",
    "url": "https://github.com/jsverse/transloco"
  },
  "keywords": [
    "angular",
    "angular 2",
    "i18n",
    "translate",
    "angular translate",
    "angular i18n",
    "transloco",
    "comments",
    "build",
    "optimize"
  ],
  "license": "MIT",
  "dependencies": {
    "flat": "^5.0.2",
    "command-line-args": "^5.2.0",
    "glob": "^10.0.0"
  },
  "type": "commonjs"
}
