forked from PepijnMC/FoundryVTT-AI-Description-Generator
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodule.json
More file actions
32 lines (32 loc) · 973 Bytes
/
module.json
File metadata and controls
32 lines (32 loc) · 973 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
{
"id": "ai-description-generator",
"title": "AI Description Generator",
"description": "Utilizes the GPT-3 AI to generate descriptions from within Foundry.",
"version": "v3.1.5",
"authors": [
{
"name": "Pepijn Sietsema (Original Author)",
"url": "https://ko-fi.com/pepijn",
"flags": {}
},
{
"name": "bodgingbrom (GPT 3.5 Code)",
"flags": {}
},
{
"name": "Brian Rogers (SWN Adjustments + Configurability)",
"url": "https://brian.th3rogers.com",
"flags": {}
}
],
"compatibility": {
"minimum": "11",
"verified": "11"
},
"esmodules": [
"scripts/main.js"
],
"url": "https://github.com/th3raid0r/FoundryVTT-AI-Description-Generator",
"manifest": "https://github.com/th3raid0r/FoundryVTT-AI-Description-Generator/releases/download/v3.1.5/module.json",
"download": "https://github.com/th3raid0r/FoundryVTT-AI-Description-Generator/releases/download/v3.1.5/module.zip"
}