-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmodule.json
More file actions
36 lines (36 loc) · 879 Bytes
/
module.json
File metadata and controls
36 lines (36 loc) · 879 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
35
36
{
"id": "foundry-ai",
"title": "FoundryAI",
"description": "AI-powered DM assistant with chat interface, RAG over journals/actors, session recaps, quest tracking, and more.",
"version": "1.3.0",
"authors": [
{
"name": "Derek Hearst",
"discord": "derekhearst"
}
],
"compatibility": {
"minimum": "13",
"verified": "13",
"maximum": "13"
},
"esmodules": [
"module.js"
],
"styles": [
"styles.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
],
"socket": true,
"url": "https://github.com/derekhearst/FoundryAI",
"manifest": "https://github.com/derekhearst/FoundryAI/releases/latest/download/module.json",
"download": "https://github.com/derekhearst/FoundryAI/releases/download/1.3.0/foundry-ai.zip",
"license": "MIT",
"readme": "https://github.com/derekhearst/FoundryAI/blob/main/README.md"
}