Skip to content

Instantly share code, notes, and snippets.

@CodaBool
Last active October 27, 2023 19:42
Show Gist options
  • Save CodaBool/c03193654682bc61df2e626609a1bc2c to your computer and use it in GitHub Desktop.
Save CodaBool/c03193654682bc61df2e626609a1bc2c to your computer and use it in GitHub Desktop.
{
"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": "codabool@pm.me",
"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