Requirements
The Starboard API strives to be compatible with both Node.js and Bun, but due to the novelty of Bun, it may not be stable in some features. We currently target compatibility with the following runtime versions:
- Node.js: v20.8.1
- Bun: v1.0.7
The Starboard API works on macOS, Windows, and Linux.
Installation
bash
npm i @mcsb/api
npm i @mcsb/api
bash
yarn add @mcsb/api
yarn add @mcsb/api
bash
pnpm i @mcsb/api
pnpm i @mcsb/api
bash
bun add @mcsb/api
bun add @mcsb/api