{
  "id": "archive-of-shops",
  "title": "Archive of Shops",
  "description": "A modular shop generator for Foundry VTT. Pulls from compendia and outputs inventories, journals, and merchants.",
  "version": "3.1.1",
  "protected": true,
  "authors": [
    {
      "name": "Shadowdrake Creations"
    }
  ],
  "esmodules": [
    "scripts/shop-main.js"
  ],
  "styles": [
    "styles/shop.css",
    "styles/interactive-shop.css",
    "styles/tutorial.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    }
  ],
  "packs": [],
  "relationships": {
    "requires": [
      {
        "id": "socketlib",
        "type": "module"
      }
    ]
  },
  "compatibility": {
    "minimum": "13.0",
    "verified": "14.359"
  },
  "socket": true,
  "url": "https://r2.foundryvtt.com/packages-public/archive-of-shops/module.json",
  "manifest": "https://r2.foundryvtt.com/packages-public/archive-of-shops/module.json",
  "license": "MIT"
}