Skip to content

fix: add npm repository metadata#25

Open
xianzuyang9-blip wants to merge 1 commit into
Bankless:mainfrom
xianzuyang9-blip:codex/bankless-npm-repository-metadata
Open

fix: add npm repository metadata#25
xianzuyang9-blip wants to merge 1 commit into
Bankless:mainfrom
xianzuyang9-blip:codex/bankless-npm-repository-metadata

Conversation

@xianzuyang9-blip

Copy link
Copy Markdown

Summary

  • add standard npm repository metadata for @bankless/onchain-mcp
  • keep runtime code, package version, dependencies, homepage, and bugs metadata unchanged

Verification

  • npm view @bankless/onchain-mcp name version homepage repository bugs bin readme --json shows the published package currently exposes homepage and bugs, but omits repository
  • GitHub code search confirms the matching package manifest is this repo's package.json
  • node -e "JSON.parse(require('fs').readFileSync('package.json','utf8')); console.log('bankless package json valid')"
  • npm pack --dry-run --json --ignore-scripts

Note: this is a metadata-only package.json change; no API key, wallet, private key, payment, or transaction code was run.

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.

1 participant