{
  "id": "holosuite-blueprint",
  "title": "HoloSuite Blueprint",
  "description": "Generate, annotate, present, and export polished tactical blueprints from Foundry VTT Scenes.",
  "version": "1.0.0",
  "compatibility": {
    "minimum": "12",
    "verified": "13"
  },
  "authors": [
    {
      "name": "Mage Tower Studios",
      "email": "Magetowerfoundry@gmail.com"
    }
  ],
  "esmodules": [
    "dist/main.js"
  ],
  "styles": [
    "styles/holosuite-blueprint.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    }
  ],
  "packs": [],
  "socket": true,
  "url": "https://github.com/Thuurvdv/Holosuite-Blueprint",
  "manifest": "https://r2.foundryvtt.com/packages-public/holosuite-blueprint/module.json",
  "license": "LICENSE",
  "readme": "README.md",
  "relationships": {
    "requires": [
      {
        "id": "holosuite-core",
        "type": "module",
        "compatibility": {
          "minimum": "1.0.0"
        }
      }
    ]
  },
  "protected": true
}