| .. | ||
| scripts | ||
| src | ||
| tests | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| tsconfig.test.json | ||
| tsdown.config.ts | ||
@open-pencil/kiwi
Kiwi schema runtime utilities for OpenPencil.
This package is the future home for scene-graph-agnostic Kiwi parsing, validation, and binary codec helpers. The first split keeps .fig import/export policy in @open-pencil/core while package-local tests prove the pure Kiwi runtime can build and run independently.
Checks
cd packages/kiwi
bun run check
Package scripts:
bun run test— package-local Bun tests for schema runtime and Figma schema guardsbun run typecheck— type-checkssrc, tests, and package scriptsbun run build— builds the distributabledistentrypointsbun run smoke:dist— imports built output and exercises the public APIbun run check— runs typecheck, tests, build, and dist smoke in sequence