Monorepo (npm workspaces) for peaq SDK packages.
- Node 18+
npm installnpm run typechecknpm run build --workspacesnpm run clean --workspaces# Pack specific workspaces
npm pack -w @peaq-network/sdk
npm pack -w @peaq-network/msf
npm pack -w @peaq-network/rwa
# Pack all workspaces
npm pack -ws- Bundled entry:
dist/index.js(built with tsup) - Per-file ESM:
dist/esm/**(built with tsc) - Exports include curated subpaths, e.g.
@peaq-network/sdk/types