taf/system.json
2024-08-28 22:36:12 -06:00

39 lines
621 B
JSON

{
"id": "taf",
"title": "Text-Based Actors",
"description": "",
"version": "0.0.0",
"download": "",
"manifest": "",
"url": "",
"compatibility": {
"minimum": 12,
"verified": 12,
"maximum": 12
},
"authors": [],
"esmodules": [
"src/main.mjs"
],
"styles": [
".styles/root.css"
],
"packs": [],
"documentTypes": {
"Actor": {
"player": {
"htmlFields": [
"content"
],
"filePathFields": {}
}
},
"Item": {}
},
"flags": {
"hotReload": {
"extensions": ["css", "hbs", "json", "js", "mjs", "svg"],
"paths": ["templates", "langs", ".styles", "module", "assets"]
}
}
}