UNPKG

modrinth

Version:

JavaScript library for accessing the Modrinth API

10 lines (9 loc) 398 B
"use strict"; // Generated at 2021-04-03T03:38:19.409Z. var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.licenses = void 0; const licenses_json_1 = __importDefault(require("./licenses.json")); exports.licenses = licenses_json_1.default;