{
  "id": "shop",
  "title": "Shop",
  "description": "Interactive shop system for Foundry VTT with manual, PF2e, D&D5e, and financial economy modes. Create and manage multiple shops with stock, pricing, buying, selling, trading, and transaction history.",
  "version": "1.1.1",
  "socket": true,
  "protected": true,
  "authors": [
    {
      "name": "LoboWerewolf",
      "url": "https://www.patreon.com/cw/LoboWerewolf"
    }
  ],
  "compatibility": {
    "minimum": "13",
    "verified": "13"
  },
  "relationships": {
    "requires": [
      {
        "id": "lobowerewolf-hub",
        "type": "module",
        "manifest": "https://github.com/RichardFontoura/lobowerewolf-hub/releases/download/3.0.1/module.json"
      }
    ],
    "optional": [
      {
        "id": "financial-system",
        "type": "module"
      }
    ]
  },
  "esmodules": [
    "main.js"
  ],
  "styles": [
    "styles/module.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "languages/en.json"
    },
    {
      "lang": "pt-BR",
      "name": "Portugu\u00eas (Brasil)",
      "path": "languages/pt-BR.json"
    }
  ],
  "manifest": "https://r2.foundryvtt.com/packages-public/shop/module.json"
}