Files
homebrew-magic-rpg/Foundry-Data/package.json
T
Octoturge a4f8941fca chore: initialize homebrew-magic-rpg monorepo
Consolidates the HbM: RPG project (formerly the loose hbm-books
working folder) into a single repo. ObsidianNotes, foundry-lore, and
foundry-system are wired in as submodules pointing at their existing
Gitea repos. Loose tooling scripts are organized under tools/,
obsolete/one-off scripts (fix_vault.py, generate_mocs.py, debug-*.ts,
write_file_helper.py) and _books/ (superseded by ObsidianNotes) are
excluded via .gitignore rather than deleted. foundryvtt-admin is
excluded pending its own separate repo.
2026-08-17 21:28:50 +02:00

28 lines
710 B
JSON

{
"name": "hbm-rpg-content-tools",
"version": "1.0.0",
"description": "Content creation tools for Homebrew Magic: Role Playing Game v3",
"type": "module",
"scripts": {
"hbm": "bun cli.js",
"gdrive:auth": "bun gdrive-client.js auth",
"gdrive:list": "bun gdrive-client.js list",
"gdrive:sync": "bun gdrive-client.js download",
"content:init": "bun content-manager.js init",
"search": "bun content-manager.js search"
},
"bin": {
"hbm": "./cli.js"
},
"dependencies": {
"@modelcontextprotocol/server-gdrive": "^2025.1.14",
"googleapis": "^170.0.0"
},
"keywords": [
"ttrpg",
"homebrew",
"rpg",
"content-creation"
],
"license": "PRIVATE"
}