Browse by type
This project uses Bun as the preferred package manager and runtime.
bun install
Run TypeScript type checking without emitting files:
bun typecheck
Generate TypeScript declaration files:
bun generate:types
Build the project (both JavaScript and type definitions):
bun build
Watch for changes and rebuild:
bun dev
Run ESLint on the source code:
bun lint
Remove the dist directory:
bun clean
If you encounter TypeScript errors during build:
bun typecheck to see all TypeScript errors without building.Before publishing to npm:
bun typecheck to ensure no TypeScript errorsbun build to ensure it builds successfullygit tag v0.x.xgit push --tagsnpm publishbrowse all types & interfaces →
$ claude mcp add payload-plugin-email-newsletter \
-- python -m otcore.mcp_server <graph>