{
    "name": "eleventy-plugin-l10n",
    "version": "1.2.2",
    "description": "Localisation plugin for eleventy",
    "main": "index.js",
    "files": [
        "index.js"
    ],
    "keywords": [
        "eleventy",
        "l10n",
        "localization",
        "translation",
        "gettext"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/lxg/eleventy-plugin-l10n.git"
    },
    "author": "Alexander Günsche",
    "license": "ISC",
    "dependencies": {
        "@lxg/l10n": "^2.4.0",
        "deepmerge": "^4.2.2"
    }
}
