{
  "id": "chefs-interactions",
  "title": "Chef's Interactions",
  "description": "Unified token and tile interaction tools for examining, looting, trading, giving, targeting, and pinging.",
  "version": "2.1.4",
  "manifest": "https://r2.foundryvtt.com/packages-public/chefs-interactions/module.json",
  "protected": true,
  "socket": true,
  "authors": [
    {
      "name": "Chef Tonberry",
      "url": "patreon.com/cw/chefscauldron",
      "discord": "cheftonberry",
      "email": "cheftonberry@gmail.com"
    }
  ],
  "compatibility": {
    "minimum": "13",
    "verified": "14"
  },
  "documentTypes": {
    "RegionBehavior": {
      "lootableRegion": {}
    }
  },
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    }
  ],
  "esmodules": [
    "scripts/region-behavior.js",
    "scripts/main.js"
  ],
  "styles": [
    "styles/module.css"
  ]
}