Skip to content

fix: add npm package metadata#200

Merged
RyanLee-Dev merged 1 commit into
mainfrom
fix/package-metadata
Jul 15, 2026
Merged

fix: add npm package metadata#200
RyanLee-Dev merged 1 commit into
mainfrom
fix/package-metadata

Conversation

@RyanLee-Dev

Copy link
Copy Markdown
Collaborator

Summary

  • Add repository metadata to package.json
  • Add homepage and bugs URLs so npm/security tooling can link the package back to GitHub

Closes #190

Verification

  • node -e "const p=require('./package.json'); console.log(p.repository, p.homepage, p.bugs)"
  • bun run build
  • bun run typecheck
  • bun run lint (passes with existing 2 no-explicit-any warnings in tests)
  • bun test

@RyanLee-Dev RyanLee-Dev merged commit a433320 into main Jul 15, 2026
4 checks passed
@RyanLee-Dev RyanLee-Dev deleted the fix/package-metadata branch July 15, 2026 11:12
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.

建议: 在 package.json 里补 repository / homepage 字段,改善供应链可见性

1 participant