-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodule.json
42 lines (42 loc) · 1.06 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
{
"id": "terminal",
"title": "Terminal",
"version": "3.1.13",
"url": "https://github.com/CodaBool/terminal",
"bugs": "https://github.com/CodaBool/terminal/issues",
"changelog": "https://github.com/CodaBool/terminal/blob/main/changelog.md",
"manifest": "https://raw.githubusercontent.com/CodaBool/terminal/main/module.json",
"description": "A customizable interactive terminal from which players can read and reveal journal entries",
"authors": [
{
"name": "CodaBool",
"discord": "codabool",
"email": "[email protected]",
"url": "https://codabool.com"
}
],
"styles": ["global.css"],
"packs": [
{
"name": "terminal-macros",
"label": "Terminal Macros",
"path": "packs/terminal-macros.db",
"type": "Macro",
"private": false
}
],
"compatibility": {
"minimum": "12",
"verified": "13",
"maxium": "13"
},
"esmodules": [
"scripts/hooks.js",
"scripts/terminal.js",
"scripts/ui.js",
"scripts/util.js",
"scripts/presets.js"
],
"socket": true,
"protected": true
}