Acerca de
Shipcheck acts as an 'NPM Readiness Sheriff', providing a deterministic publish-readiness report for local package folders. It transforms 'release anxiety' into a machine-checkable artifact by analyzing `package.json`, `tsconfig.json`, exports, and file existence. This tool not only scores readiness but also previews exactly what files will be included in the tarball, identifying obvious foot-guns like missing types, broken exports, or the absence of a LICENSE, while offering human-readable context and suggested fixes for specific error codes. All operations are read-only, ensuring safety for automated calls.