3bcd5bc694
Express entry point, SQLite schema init with seed data, static frontend shell, and empty route/JS stubs per CLAUDE.md Phase 1 scope.
15 lines
371 B
JSON
15 lines
371 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|