UNPKG

modrinth

Version:

JavaScript library for accessing the Modrinth API

10 lines (9 loc) 466 B
"use strict"; // Generated at 2022-01-10T00:42:36.255Zin b63873224120559223401b7280c45f61f5e4b600. var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.game_versions = void 0; const game_versions_json_1 = __importDefault(require("./game_versions.json")); exports.game_versions = game_versions_json_1.default;