@saazip/webhook-core-crypto
Sources:
packages/crypto/package.json|packages/crypto/src/index.ts
Purpose
Section titled “Purpose”Signing and verification helpers for outbound webhook payloads.
What it gives you
Section titled “What it gives you”- signature creation for outbound deliveries
- consistent signing helpers that stay separate from endpoint storage
Use this when
Section titled “Use this when”- you want signing behavior centralized and reusable across runtimes
Workspace details
Section titled “Workspace details”- Package name:
@saazip/webhook-core-crypto - Workspace path:
packages/crypto
Internal dependencies
Section titled “Internal dependencies”- None
External dependencies
Section titled “External dependencies”- None
Usually paired with
Section titled “Usually paired with”Scripts
Section titled “Scripts”build:tsc -p tsconfig.jsontypecheck:tsc --noEmit -p tsconfig.jsonlint:biome check src package.json tsconfig.json