
Security News
Software Engineering Daily Podcast: Feross on AI, Open Source, and Supply Chain Risk
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.
@minecraft/core-build-tasks
Advanced tools
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
Common build tasks used for minecraft-scripting-libraries
We found that @minecraft/core-build-tasks demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

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.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.

Security News
GitHub has revoked npm classic tokens for publishing; maintainers must migrate, but OpenJS warns OIDC trusted publishing still has risky gaps for critical projects.

Security News
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.