init: Phase 1 project skeleton
Express entry point, SQLite schema init with seed data, static frontend shell, and empty route/JS stubs per CLAUDE.md Phase 1 scope.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "mythic-oracle",
|
||||
"version": "1.0.0",
|
||||
"description": "Solo TTRPG session companion — Mythic GME oracle, campaign tracking, character management, and session notes.",
|
||||
"private": true,
|
||||
"main": "server/index.js",
|
||||
"scripts": {
|
||||
"start": "node server/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^4.19.2",
|
||||
"better-sqlite3": "^11.3.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user