16 lines
409 B
JSON
16 lines
409 B
JSON
{
|
|||
|
|
"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"
|
||
|
|
}
|
||
|
|
}
|