npm-check-prepublish

kmalakoff/npm-check-prepublish
★ 0 stars TypeScript 💻 Code/Dev Tools Updated today
Verification tool for npm prepublishing packages (modules, CLI tools, MCP servers)
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "npm-check-prepublish": {
      "command": "npx",
      "args": [
        "-y",
        "kmalakoff/npm-check-prepublish"
      ]
    }
  }
}

README Excerpt

Verification tool for npm prepublishing packages (modules, CLI tools). Verifies your npm package works correctly **before** publishing. Catches common packaging issues that break production installations. Supports 2 package types: 1. **Normal modules** - Verifies build, files, and import 2. **CLI tools** - Verifies build, files, and execution