First Commit

This commit is contained in:
2026-06-30 09:10:05 +10:00
commit 6e0d3d0e1e
14 changed files with 10546 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "rq3-story-tool",
"version": "0.1.0",
"description": "Solo web app for narrative-driven play using RuneQuest 3rd Edition rules with a custom fiction layer",
"main": "server.js",
"scripts": {
"start": "node server.js",
"import-tables": "node scripts/import-tables.js"
},
"dependencies": {
"better-sqlite3": "^11.3.0",
"express": "^4.19.2",
"marked": "^13.0.0"
}
}