@frostice482/bedrock-scriptapi-versions
v0.0.1
Published
Unreliably parses Bedrock ScriptAPi versions
Readme
bedrock-scriptapi-versions: Unreliably parses ScriptAPI package versions to obtain information about Minecraft versions. This package can determine which release versions to be used on a specific Minecraft version.
This package currently does not support CJS.
Installation
Use NPM package manager (npm, pnpm, or yarn)
npm i @frostice482/bedrock-scriptapi-versions
pnpm i @frostice482/bedrock-scriptapi-versions
yarn add @frostice482/bedrock-scriptapi-versionsExample
See example.js for example.
Building
Run script build:win for Windows OS, or build:linux for Linux OS.
