{
  "id": "lidarion-guildhall",
  "title": "Lidarion - Guildhall and Adventures",
  "description": "A feature-rich Guildhall module with quest boards, custom UI, and reward distributions.",
  "version": "1.3.0",
  "compatibility": {
    "minimum": "13",
    "verified": "14.367"
  },
  "socket": true,
  "authors": [
    {
      "name": "LidarionModules",
      "url": "https://www.patreon.com/cw/LidarionModules"
    }
  ],
  "url": "https://www.patreon.com/cw/LidarionModules",
  "readme": "README.md",
  "changelog": "Changelog.md",
  "manifest": "https://r2.foundryvtt.com/packages-public/lidarion-guildhall/module.json",
  "protected": true,
  "documentTypes": {
    "JournalEntryPage": {
      "quest": {
        "htmlFields": [
          "description"
        ]
      }
    }
  },
  "esmodules": [
    "scripts/init.js"
  ],
  "styles": [
    "styles/guildhall.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "languages/en.json"
    },
    {
      "lang": "de",
      "name": "Deutsch",
      "path": "languages/de.json"
    }
  ]
}