🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@minecraft/core-build-tasks

Package Overview
Dependencies
Maintainers
4
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@minecraft/core-build-tasks

Common build tasks used for minecraft-scripting-libraries

latest
Source
npmnpm
Version
5.5.0
Version published
Maintainers
4
Created
Source

Core Build Tasks

This package contains common build tasks used within the minecraft-scripting-libraries build, but can be used in other repositories as well. The tasks are designed to be used with the just task runner, as this is the task runner integrated into all of the minecraft starter kits and libraries. If a task is used by just in multiple packages, it is moved into this package to reduce duplication.

This subdirectory primarily runs the build step, and more specifically, only runs tsc today since this package itself defines build tasks, so it must be kept lightweight. After build tooling is built, subsequent lint and test can be run on this directory.

Note, this package builds using both CommonJS modules and ESM because the just task runner expects imports to support common JS. We support ESM as well in the event these tasks are used in a different environment.

FAQs

Package last updated on 29 Sep 2025

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