Last active
October 27, 2023 19:42
-
-
Save CodaBool/c03193654682bc61df2e626609a1bc2c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "terminal", | |
"title": "Terminal", | |
"version": "1.0.0", | |
"url": "https://github.com/CodaBool/terminal", | |
"bugs": "https://github.com/CodaBool/terminal/issues", | |
"changelog": "https://github.com/CodaBool/terminal/blob/main/changelog.md", | |
"download": "https://d3erver.codabool.workers.dev/download?module=terminal-v1.0.0", | |
"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": [ | |
"styles/main.css" | |
], | |
"compatibility": { | |
"minimum": "11", | |
"verified": "11", | |
"maxium": "11" | |
}, | |
"esmodules": [ | |
"scripts/hooks.js", | |
"scripts/ui.js", | |
"scripts/util.js" | |
], | |
"socket": true, | |
"private": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment