package.json metadata and the npm package name.npm run lint.npm test.npm run build.dist/.npm publish --access public
If the package should be private or scoped differently, adjust publishConfig first.
After building, verify the generated package surface from a consumer point of view:
import {
ObjectCheck,
FieldCheck,
ArrayCheck,
FileCheck,
ImageCheck,
StringCheck,
NumberCheck,
DateCheck,
type ResultSet
} from '@samatawy/checks';
If that import shape changes, update the README and docs before publishing.