{ "id": "coriolis-npc-generator", "title": "Coriolis NPC Generator", "description": "A simple macro that generates NPCs names and profession.", "authors": [ { "name": "Félix-Étienne Trépanier" } ], "version": "2.3.2", "compatibility": { "minimum": "10", "verified": "10" }, "relationships": { "systems": [ { "id": "yzecoriolis", "type": "system", "compatibility": { "minimum": "3.2.0" } } ] }, "esmodules": ["./scripts/main.js"], "styles": ["./styles/npc.css"], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json", "flags": {} }, { "lang": "fr", "name": "French", "path": "lang/fr.json", "flags": {} }, { "lang": "sv", "name": "Swedish", "path": "lang/sv.json", "flags": {} } ], "packs": [ { "name": "coriolis-npc-generator-macro", "label": "Coriolis NPC Generator Macro", "path": "./packs/generator.db", "type": "Macro" } ], "manifest": "https://raw.githubusercontent.com/coderunner/coriolis-npc-generator/main/module.json", "download": "https://github.com/coderunner/coriolis-npc-generator/archive/refs/tags/2.3.2.zip" }