generated from typhonjs-fvtt-demo/template-svelte-esm
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmodule.json
89 lines (89 loc) · 1.92 KB
/
module.json
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"id": "mcc",
"name": "mcc",
"title": "Module Compatibility Checker",
"description": "Check your module list for compatibility with the latest major version of Foundry VTT.",
"authors": [
{
"name": "Arcanist",
"url": "https://arcanist.me",
"email": "arcanistzed@gmail.com",
"discord": "arcanist#4317",
"reddit": "u/arcanistzed"
},
{
"name": "Michael Leahy (TyphonJS)",
"url": "https://github.com/typhonrt",
"discord": "MLeahy#4299",
"reddit": "u/typhonrt"
}
],
"url": "This is auto replaced",
"license": "https://github.com/arcanistzed/mcc/blob/main/LICENSE",
"readme": "https://github.com/arcanistzed/mcc/blob/main/README.md",
"bugs": "https://github.com/arcanistzed/mcc/issues/new/choose",
"changelog": "https://github.com/arcanistzed/mcc/blob/main/CHANGELOG.md",
"flags": {
"allowBugReporter": true,
"fvttdevleague": {
"package-jam": 2022
}
},
"version": "This is auto replaced",
"compatibility": {
"minimum": "9",
"verified": "10"
},
"minimumCoreVersion": "9",
"compatibleCoreVersion": "10",
"scripts": [],
"esmodules": [
"index.js"
],
"styles": [
"style.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
},
{
"lang": "es",
"name": "Español",
"path": "languages/es.json"
},
{
"lang": "fr",
"name": "Français",
"path": "languages/fr.json"
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "languages/pt-BR.json"
},
{
"lang": "it",
"name": "Italiano",
"path": "languages/it.json"
}
],
"packs": [],
"manifest": "This is auto replaced",
"download": "This is auto replaced",
"library": false,
"manifestPlusVersion": "1.2.0",
"media": [
{
"type": "cover",
"url": "https://i.imgur.com/lIkl2md.png"
},
{
"type": "video",
"url": "https://www.youtube.com/watch?v=1UPVY52k6Tg",
"caption": "A narrated showcase of the Module Compatibility Checker"
}
]
}