Skip to content

chore: clean up redundant package.json fields and scripts#25

Merged
satoshai-dev merged 2 commits intomainfrom
chore/clean-package-json
Feb 24, 2026
Merged

chore: clean up redundant package.json fields and scripts#25
satoshai-dev merged 2 commits intomainfrom
chore/clean-package-json

Conversation

@satoshai-dev
Copy link
Copy Markdown
Owner

Summary

  • Remove redundant main, module, types top-level fields (covered by exports)
  • Remove duplicate test:unit script (identical to test)
  • Add explicit dts: false to CLI tsup entry for clarity

Closes #14

🤖 Generated with Claude Code

@satoshai-dev satoshai-dev force-pushed the chore/clean-package-json branch 2 times, most recently from d553b54 to 0e95e2c Compare February 24, 2026 18:04
satoshai-dev and others added 2 commits February 24, 2026 18:21
Remove redundant `main`, `module`, `types` top-level fields that are
already covered by the `exports` field. Remove duplicate `test:unit`
script that was identical to `test`. Add explicit `dts: false` to the
CLI tsup entry for clarity.

Closes #14

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@satoshai-dev satoshai-dev force-pushed the chore/clean-package-json branch from b986a5b to d115949 Compare February 24, 2026 18:21
@satoshai-dev satoshai-dev merged commit 96f7f3b into main Feb 24, 2026
1 check passed
@satoshai-dev satoshai-dev deleted the chore/clean-package-json branch February 24, 2026 18:21
satoshai-dev added a commit that referenced this pull request Feb 24, 2026
The test:unit script was removed in #25, use pnpm test instead.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: clean up redundant package.json fields and scripts

1 participant