Skip to content

Conversation

@mynameistito
Copy link

@mynameistito mynameistito commented Jan 14, 2026

Summary

This PR enhances the package.json with essential metadata fields that were previously missing. These additions improve package discoverability, provide proper licensing information, and establish clear links to the project repository.

Changes

  • License: Added MIT license field, aligning with existing LICENSE file
  • Repository: Added repository information pointing to the GitHub project
  • Homepage: Linked to the main GitHub repository page
  • Bug Tracker: Added reference to GitHub issues
  • Description: Added clear package description
  • Keywords: Added relevant search terms (anthropic, auth, opencode, openauth, plugin)
  • Author: Added original author attribution (anomalyco)

Benefits

NPM Registry Compliance: Package metadata is now properly configured for npm, making the package easier to discover and use as a dependency

Better Documentation: Users can easily find the source code, report issues, and understand the package purpose

Professional Standards: Follows npm best practices for package.json configuration

License Clarity: Makes the MIT license explicit in package metadata, improving compliance and usage transparency

Fixes

Closes #5

Testing

No testing required - this is a metadata-only change. Users can verify the changes by checking the package metadata on npm or installing the package locally.

Done with OpenCode | Share Link

- Add MIT license field
- Add repository, homepage, and bugs URLs
- Add description for the package
- Add relevant keywords (anthropic, auth, opencode, openauth, plugin)
- Add original author attribution (anomalyco)

Fixes anomalyco#5
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.

Add license to package.json

1 participant