{
  "name": "@lingui/loader",
  "version": "6.4.0",
  "type": "module",
  "description": "A webpack-compatible loader to load and compile Lingui message catalogs at build time",
  "exports": {
    ".": "./dist/index.cjs"
  },
  "sideEffects": false,
  "author": {
    "name": "Tomáš Ehrlich",
    "email": "tomas.ehrlich@gmail.com"
  },
  "license": "MIT",
  "keywords": [
    "lingui",
    "linguijs",
    "webpack",
    "webpack-loader",
    "rspack",
    "rsbuild",
    "i18n",
    "message-catalog",
    "localization",
    "translation",
    "build-tooling"
  ],
  "scripts": {
    "build": "unbuild",
    "check-types": "tsc --noEmit"
  },
  "homepage": "https://lingui.dev",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lingui/js-lingui.git",
    "directory": "packages/loader"
  },
  "bugs": {
    "url": "https://github.com/lingui/js-lingui/issues"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "files": [
    "LICENSE",
    "README.md",
    "dist/"
  ],
  "dependencies": {
    "@lingui/cli": "6.4.0",
    "@lingui/conf": "6.4.0"
  },
  "devDependencies": {
    "@lingui/format-json": "6.4.0",
    "jiti": "^2.6.1",
    "typescript": "catalog:",
    "unbuild": "catalog:",
    "vitest": "catalog:",
    "webpack": "^5.76.1"
  },
  "peerDependencies": {
    "webpack": "^5.0.0"
  },
  "peerDependenciesMeta": {
    "webpack": {
      "optional": true
    }
  },
  "unbuild": {
    "declaration": "node16"
  },
  "gitHead": "e8657bf8cbe6e8abc62a46a24e018ff9812918be"
}
