{
  "authors": [
    {
      "name": "MetaMorphic Digital Studio",
      "url": "https://metamorphic-digital.com/"
    }
  ],
  "bugs": "https://support.metamorphic-digital.com",
  "changelog": "https://support.metamorphic-digital.com/changelog/crafting-console",
  "compatibility": {
    "minimum": "13.351",
    "verified": "13"
  },
  "description": "<p>The all-in-one implementation for crafting items, the Crafting Console allows you to create recipes that take components on a tag-based system, teaching the recipes to your player characters, and provides an intuitive interface for the crafting process.</p>",
  "documentTypes": {
    "Item": {
      "recipe": {
        "htmlFields": [
          "description.value"
        ]
      }
    }
  },
  "esmodules": [
    "./dist/index.js"
  ],
  "id": "crafting-console",
  "languages": [
    {
      "lang": "en",
      "path": "lang/en.json",
      "name": "English"
    }
  ],
  "manifest": "https://sigil-fvtt.s3.amazonaws.com/crafting-console/module-1.0.0.json",
  "packFolders": [
    {
      "color": "#39929d",
      "name": "Crafting Console",
      "packs": [
        "recipes",
        "components-dnd5e"
      ],
      "sorting": "m"
    }
  ],
  "packs": [
    {
      "name": "recipes",
      "label": "MCC.PACKS.recipes",
      "type": "Item",
      "system": "dnd5e",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "path": "packs/recipes"
    },
    {
      "name": "components-dnd5e",
      "label": "MCC.PACKS.genericComponents",
      "type": "Item",
      "system": "dnd5e",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "path": "packs/components-dnd5e"
    }
  ],
  "protected": true,
  "relationships": {
    "flags": {},
    "requires": [],
    "recommends": [],
    "conflicts": [],
    "systems": [
      {
        "id": "dnd5e",
        "type": "system",
        "compatibility": {
          "minimum": "5.3.3"
        }
      }
    ]
  },
  "scripts": [],
  "styles": [
    "./dist/style.css"
  ],
  "title": "Crafting Console",
  "url": "https://foundryvtt.store/products/crafting-console",
  "version": "1.0.0",
  "flags": {
    "craftedWithLoveByGamersAtMetaMorphicDigitalStudios": {
      "releaseDate": "7/16/2026",
      "getYourOwnPremiumConversion": "https://metamorphic-digital.com"
    }
  }
}