{
    "title": "Automated Evocations - Companion Manager",
    "description": "A user interface to manage companions with summoning animations and automated summoning for spells",
    "version": "5.0.0",
    "authors": [
        {
            "name": "theripper93",
            "email": "tsplab@gmail.com",
            "url": "https://www.patreon.com/theripper93"
        }
    ],
    "languages": [
        {
            "lang": "en",
            "name": "English",
            "path": "languages/en.json"
        },
        {
            "lang": "de",
            "name": "Deutsch (German)",
            "path": "languages/de.json"
        },
        {
            "lang": "fr",
            "name": "Français (French)",
            "path": "languages/fr.json"
        },
        {
            "lang": "ja",
            "name": "日本語",
            "path": "languages/ja.json"
        }
    ],
    "scripts": [
        "scripts/main.js",
        "scripts/config.js",
        "scripts/companionmanager.js",
        "scripts/autoevocations/dnd5e.js",
        "scripts/autoevocations/pf2e.js",
        "scripts/autoevocations/automatedevocations.js",
        "scripts/custombindings.js"
    ],
    "styles": [
        "styles/comapnionmanager.css",
        "styles/spellconfig.css"
    ],
    "packs": [
        {
            "name": "aemacros",
            "label": "Automated Evocations Macros",
            "path": "packs/macros.db",
            "type": "Macro",
            "private": false
        },
        {
            "name": "aeactors",
            "label": "Automated Evocations Summons",
            "path": "packs/actors.db",
            "type": "Actor",
            "private": false,
            "system": "dnd5e"
        }
    ],
    "url": "https://github.com/theripper93/automated-evocations",
    "manifest": "https://github.com/theripper93/automated-evocations/releases/latest/download/module.json",
    "download": "https://github.com/theripper93/automated-evocations/releases/download/5.0.0/module.zip",
    "socket": true,
    "id": "automated-evocations",
    "relationships": {
        "requires": [
            {
                "id": "portal-lib",
                "type": "module",
                "compatibility": {}
            }
        ],
        "recommends": [
            {
                "id": "sequencer",
                "type": "module",
                "compatibility": {}
            }
        ]
    },
    "compatibility": {
        "minimum": "13",
        "verified": "13"
    }
}