# Clone the repository
git clone https://github.com/yourusername/monocore.git
cd monocore/sdk/javascript
# Install dependencies
npm installnpm testnpm run build# Login to npm (if not already logged in)
npm login
# Publish the package
npm publishMake sure you have registered for an account on npm and verified your email address.