{
    "id": "wjmais",
    "name": "wjmais",
    "title": "Wildjammer: More Adventures in Space",
    "description": "Wildjammer content and dnd5e extensions",
    "version": "1.3.1",
    "authors": [
        {
            "name": "Surge",
            "discord": "Surge#5715",
            "email": "surged20@gmail.com"
        }
    ],
    "minimumCoreVersion": "12",
    "compatibility": {
        "minimum": "12",
        "verified": "13"
    },
    "esmodules": [
        "module/wjmais.js"
    ],
    "styles": [
        "styles/wjmais.css"
    ],
    "languages": [
        {
            "lang": "en",
            "name": "English",
            "path": "lang/en.json"
        }
    ],
    "relationships": {
        "systems": [
            {
                "id": "dnd5e",
                "type": "system",
                "manifest": "https://raw.githubusercontent.com/foundryvtt/dnd5e/master/system.json",
                "compatibility": {
                    "minimum": "4.2.0",
                    "verified": "5.0.1",
                    "maximum": "5.0.x"
                }
            }
        ],
        "requires": [
            {
                "id": "lib-wrapper",
                "type": "module",
                "manifest": "https://github.com/ruipin/fvtt-lib-wrapper/releases/latest/download/module.json",
                "compatibility": {
                    "minimum": "1.12.12.1",
                    "verified": "1.12.13.0"
                }
            }
        ]
    },
    "packs": [
        {
            "name": "features",
            "label": "Features",
            "systems": [
                "dnd5e"
            ],
            "path": "./packs/features",
            "type": "Item",
            "banner": "./modules/wjmais/assets/wj-banner.webp"
        },
        {
            "name": "items",
            "label": "Items",
            "systems": [
                "dnd5e"
            ],
            "path": "./packs/items",
            "type": "Item",
            "banner": "./modules/wjmais/assets/wj-banner.webp"
        },
        {
            "name": "quickref",
            "label": "Quick Reference",
            "systems": [
                "dnd5e"
            ],
            "path": "./packs/quickref",
            "type": "JournalEntry",
            "banner": "./modules/wjmais/assets/wj-banner.webp"
        },
        {
            "name": "ships",
            "label": "Ships",
            "systems": [
                "dnd5e"
            ],
            "path": "./packs/ships",
            "type": "Actor",
            "banner": "./modules/wjmais/assets/wj-banner.webp"
        },
        {
            "name": "spells",
            "label": "Spells",
            "systems": [
                "dnd5e"
            ],
            "path": "./packs/spells",
            "type": "Item",
            "banner": "./modules/wjmais/assets/wj-banner.webp"
        }
    ],
    "packFolders": [
        {
            "name": "Wildjammer",
            "sorting": "m",
            "color": "#57534e",
            "packs": [
                "ships",
                "features",
                "items",
                "spells",
                "quickref"
            ]
        }
    ],
    "media": [
        {
            "type": "setup",
            "url": "modules/wjmais/assets/wj-logo-banner.webp"
        }
    ],
    "url": "https://github.com/surged20/wjmais",
    "manifest": "https://github.com/surged20/wjmais/releases/latest/download/module.json",
    "download": "https://github.com/surged20/wjmais/releases/download/1.3.1/module.zip",
    "readme": "https://github.com/surged20/wjmais/blob/master/README.md",
    "license": "https://github.com/surged20/wjmais/blob/master/LICENSE",
    "bugs": "https://github.com/surged20/wjmais/issues"
}