this is a Yarn workspace project composed of multiple packages including the core resuspend
library, integrations, and other related sub-projects
to install project dependencies:
yarn install
to build the core library:
cd packages/resuspend
yarn build
don't forget the build step because the builds are the targets when importing between sibling packages, not the source code itself!