{
  "id": "archive-of-voices-pro",
  "title": "Archive of Voices Pro",
  "description": "A module for bringing your NPCs to life within Foundry VTT.",
  "protected": true,
  "authors": [
    {
      "name": "Shadowdrake Creations",
      "flags": {}
    }
  ],
  "socket": true,
  "version": "5.2.3",
  "compatibility": {
    "minimum": "12",
    "verified": "14.359"
  },
  "scripts": [
    "libs/marked.min.js",
    "libs/turndown.js"
  ],
  "esmodules": [
    "scripts/avp-preloader.js"
  ],
  "styles": [
    "styles/avp.css",
    "styles/avp-splash.css"
  ],
  "changelog": "Improved SocketLib integration and fixed NPC memory logging.",
  "url": "https://github.com/DamondSD/archive-of-voices",
  "manifest": "https://r2.foundryvtt.com/packages-public/archive-of-voices-pro/module.json",
  "relationships": {
    "requires": [
      {
        "id": "socketlib",
        "type": "module",
        "compatibility": {}
      }
    ]
  }
}