Initial commit: GM Assistant
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
21
module.json
Normal file
21
module.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"id": "gm-assistant",
|
||||
"title": "GM Assistant",
|
||||
"description": "Claude-powered GM assistant for live D&D sessions",
|
||||
"version": "0.1.0",
|
||||
"compatibility": {
|
||||
"minimum": "13",
|
||||
"verified": "13"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "kavren"
|
||||
}
|
||||
],
|
||||
"esmodules": [
|
||||
"scripts/main.js"
|
||||
],
|
||||
"styles": [
|
||||
"styles/gm-assistant.css"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user