Files
hbm-foundry-lore/package.json
T
Octoturge 447b90dbb7 chore: bump version to 1.3.19, disambiguate lore compendium labels
Rename "Dziedziny Magii" / "Rasy" compendium labels to "... - Lore" so
they're distinguishable from the identically-named packs in the system
module.
2026-08-17 21:01:48 +02:00

23 lines
749 B
JSON

{
"name": "hbm-rpg-v3-lore",
"version": "1.3.19",
"description": "Foundry VTT lore companion module for Homebrew Magic: RPG v3.",
"private": true,
"type": "module",
"scripts": {
"build:packs": "bun scripts/build-journal-packs.ts",
"build:packs:strict": "bun scripts/build-journal-packs.ts --strict",
"lint:uuid-refs": "bun scripts/lint-uuid-refs.ts",
"package": "bun scripts/bump-version.ts && bun run build:packs && bun scripts/package.ts",
"push": "bun scripts/push-package.ts"
},
"devDependencies": {
"@foundryvtt/foundryvtt-cli": "^3.0.3",
"@types/archiver": "^7.0.0",
"@types/node": "^25.6.0",
"archiver": "^7.0.1",
"typescript": "^5.5.0"
},
"license": "SEE LICENSE IN LICENSE.txt"
}