{
  "id": "enhanced-inventory",
  "title": "Enhanced Inventory",
  "description": "Grid-based spatial inventory with equipment slots for character sheets.",
  "manifest": "https://r2.foundryvtt.com/packages-public/enhanced-inventory/module.json",
  "protected": true,
  "version": "1.0.0",
  "authors": [
    {
      "name": "The Final Artificer"
    }
  ],
  "compatibility": {
    "minimum": "13",
    "verified": "14"
  },
  "relationships": {
    "systems": [
      {
        "id": "dnd5e",
        "type": "system",
        "compatibility": {
          "minimum": "5.3.0",
          "verified": "5.3.3"
        }
      },
      {
        "id": "vtm-v20",
        "type": "system"
      },
      {
        "id": "pf2e",
        "type": "system"
      },
      {
        "id": "mosh",
        "type": "system"
      }
    ]
  },
  "documentTypes": {
    "Item": {
      "container": {}
    }
  },
  "socket": true,
  "esmodules": [
    "scripts/main.js"
  ],
  "styles": [
    "styles/enhanced-inventory.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    }
  ]
}