A collection of shared JavaScript/TypeScript libraries for Contello projects.
| Package | Description |
|---|---|
| @contello/rich-text | Rich text document types and helpers |
| @contello/uploader | File uploader with WebSocket and HTTP transports |
| @contello/sdk-client | GraphQL SDK client with WebSocket transport and connection pooling |
| @contello/extension | Client SDK for building Contello CMS extensions and custom properties |
# Install dependencies
bun install
# Build all packages
bun run build
# Run tests
bun test
# Typecheck
bun run typecheckMIT