{
  "id": "peddler",
  "title": "Peddler",
  "description": "Shopping as a conversation, not a list of buttons. Right-click a shop and step into a full-screen vignette where you talk to the shopkeeper and browse their wares through a branching dialogue tree the GM wrote by hand. Build a cart, confirm, and the trade commits atomically on the GM's client.",
  "version": "0.3.0",
  "manifest": "https://r2.foundryvtt.com/packages-public/peddler/module.json",
  "protected": true,
  "compatibility": {
    "minimum": "14",
    "verified": "14.367"
  },
  "authors": [
    {
      "name": "Tyler",
      "discord": "Tyler",
      "url": "https://github.com/Sayshal"
    }
  ],
  "readme": "README.html",
  "esmodules": [
    "peddler.mjs"
  ],
  "styles": [
    "styles/peddler.css"
  ],
  "relationships": {
    "requires": [
      {
        "id": "3ds-atlas",
        "type": "module"
      }
    ]
  },
  "license": "LICENSE"
}