UNPKG

dataforged

Version:

Official content and rules data for the Ironsworn: Starforged tabletop role-playing game, formatted as JSON for use in community tools. 🚀 Includes JSON schemas and a Javascript/Typescript API.

6 lines (5 loc) • 238 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const starforged = require("./starforged/dataforged.json"); const ironsworn = require("./ironsworn/datasworn.json"); module.exports = { starforged, ironsworn };