NPM Library Resolver

Use to retrieve the latest version, dependencies, or download tags for an NPM package.

Try it OpenAPI

Call

POST https://codepulse-api.hahavoid0.workers.dev/registry/npm
{
  "package": "hono"
}

AgentCash command

npx agentcash@latest fetch https://codepulse-api.hahavoid0.workers.dev/registry/npm -m POST -b '{"package":"hono"}'

Not for

Do not use for downloading package tarball streams.