{
  "id": "pulse-scanner",
  "title": "Pulse Scanner",
  "description": "A system-agnostic cinematic scanner pulse module for GM-placed scan targets in Foundry VTT.",
  "version": "1.0.1",
  "socket": true,
  "authors": [
    {
      "name": "Mage Tower Studios",
      "email": "Magetowerfoundry@gmail.com"
    }
  ],
  "compatibility": {
    "minimum": "12",
    "verified": "14.363"
  },
  "esmodules": [
    "dist/main.js"
  ],
  "styles": [
    "styles/holosuite-tokens.css",
    "styles/pulse-scanner.css"
  ],
  "languages": [],
  "url": "https://github.com/Thuurvdv/pulse-scanner",
  "manifest": "https://r2.foundryvtt.com/packages-public/pulse-scanner/module.json",
  "license": "PolyForm-Noncommercial-1.0.0",
  "readme": "README.md",
  "relationships": {
    "requires": [
      {
        "id": "holosuite-core",
        "type": "module"
      }
    ]
  },
  "protected": true
}