-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodule.json
More file actions
34 lines (34 loc) · 730 Bytes
/
Copy pathmodule.json
File metadata and controls
34 lines (34 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"id": "loremaster",
"title": "Loremaster",
"description": "AI-powered Game Master assistant for Foundry VTT. Uses Claude AI to provide dynamic narration, NPC interactions, rules assistance, dice rolling, and more during your tabletop RPG sessions.",
"authors": [
{
"name": "Jerry Chan"
}
],
"version": "0.6.5",
"compatibility": {
"minimum": "12",
"verified": "13"
},
"esmodules": [
"scripts/loremaster.mjs"
],
"styles": [
"styles/loremaster.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"socket": true,
"url": "",
"readme": "README.md",
"license": "LICENSE.md",
"bugs": "",
"changelog": ""
}