Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@crit-tech/lgmmbrd

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@crit-tech/lgmmbrd

The Lazy GM's Resource 5e Monster Builder Resource Document as JSON

  • 3.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

The Lazy GM's 5e Monster builder Resource Document

This is the Lazy GM's 5e Monster Builder Resource Document as a JavaScript package (both ESM and CommonJS supported).

LGMMBRD is officially pronounced "Lymm Bard" and LGMRD "Lymm Grid".

Usage

ESM

import lgmmbrd from "@crit-tech/lgmmbrd";

console.log(lgmmbrd);

Or, you may want to import it asynchronously so it's not part of your main bundle:

import("@crit-tech/lgmmbrd").then((lgmmbrd) => {
  console.log(lgmmbrd);
});

Or, you can just import specific sections (see package.json for the full list of exported sections):

import data from "@crit-tech/lgmmbrd/index/default";

console.log(data);

CommonJS

const lgmmbrd = require("@crit-tech/lgmmbrd");

console.log(lgmmbrd);

Or, you can just import specific sections (see package.json for the full list of exported sections):

const data = require("@crit-tech/lgmmbrd/index/default");

console.log(data);

Attribution

This work includes material taken from the Lazy GM's 5e Monster Builder Resource Document written by Teos Abadía of Alphastream.org, Scott Fitzgerald Gray of Insaneangel.com, and Michael E. Shea of SlyFlourish.com, available under a Creative Commons Attribution 4.0 International License.

This work includes material taken from the System Reference Document 5.1 ("SRD 5.1") by Wizards of the Coast LLC and available at https://dnd.wizards.com/resources/systems-reference-document. The SRD 5.1 is licensed under the Creative Commons Attribution 4.0 International License available at https://creativecommons.org/licenses/by/4.0/legalcode.

FAQs

Package last updated on 16 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc