Files
claudecode 3bcd5bc694 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.
2026-06-30 22:06:19 -04:00

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"
}
}