{
  "id": "holosuite-terminal",
  "title": "HoloSuite Terminal",
  "description": "Diegetic sci-fi terminal interfaces for HoloSuite mail, files, trash, and camera feeds.",
  "version": "1.0.0",
  "compatibility": {
    "minimum": "12",
    "verified": "14"
  },
  "authors": [
    {
      "name": "Mage Tower Studios",
      "email": "Magetowerfoundry@gmail.com"
    }
  ],
  "esmodules": [
    "dist/main.js"
  ],
  "styles": [
    "styles/holosuite-tokens.css",
    "styles/holosuite-terminal.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    }
  ],
  "packs": [],
  "socket": true,
  "url": "https://github.com/Thuurvdv/Holosuite-Terminal",
  "manifest": "https://r2.foundryvtt.com/packages-public/holosuite-terminal/module.json",
  "license": "PolyForm-Noncommercial-1.0.0",
  "readme": "README.md",
  "relationships": {
    "requires": [
      {
        "id": "holosuite-core",
        "type": "module",
        "compatibility": {
          "minimum": "1.0.0"
        }
      }
    ]
  },
  "protected": true
}