npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@sonnechasser/ntrp

v0.1.7

Published

GTM Health Diagnostic CLI — local pipeline analysis tool

Readme

NTRP

GTM health diagnostic CLI — listen to your pipeline, report what you hear.

NTRP sits on top of your CRM exports and activity data, computes five vital signs (freshness, flow rate, drop rate, signal-to-noise, thread depth), and helps you investigate issues in plain English.

Requirements

  • Node.js 22+

Install

npm install -g @sonnechasser/ntrp

License & trial

NTRP requires a license key from Lemon Squeezy. Customer keys are UUID format (e.g. 36150FCC-711E-4BCA-...) delivered by email after checkout.

On first launch, ntrp opens the signup checkout (free trial or Pro), then prompts you to paste your key.

| Flow | Command | Checkout | |------|---------|----------| | New signup (trial or Pro) | First launch, /checkout | Signup | | Trial → Pro upgrade | /upgrade | Pro only |

Trial policy: 11 days full access, then grace through day 30. After day 30, run /upgrade and paste your Pro key.

Activate manually if you already have a key:

ntrp activate <your-license-key>

In the REPL: /activate <your-license-key>

Test as a new user

npm uninstall -g @sonnechasser/ntrp
rm -rf ~/.ntrp
npm install -g @sonnechasser/ntrp@latest
ntrp

Quick start

Launch the interactive REPL (license prompt runs first if needed):

ntrp

Verify setup:

ntrp setup check

On first run, complete /onboard to set up your company profile, or load sample data:

  • Type use demo data in the REPL, or
  • Run ntrp demo --scenario hidden_crisis --no-profile

Then ask questions naturally — e.g. "is our pipeline healthy?" or "what's stuck?"

Setup check

See license, profile, LLM keys, and local paths:

ntrp setup check

Headless / JSON output:

ntrp setup check --json

Common commands

| Command | Description | |---------|-------------| | ntrp | Open the interactive REPL | | /home | Status dashboard (license, profile, dataset) | | /checkout | Open signup checkout in browser | | /upgrade | Trial → Pro checkout + paste key | | /onboard | Company profile wizard | | /demo | Load demo scenario data | | /handoff | Export or agent prompts | | /update | Upgrade to the latest npm version | | ntrp setup check | Validate local configuration |

Type /help inside the REPL for shortcuts.

AI features (optional)

For AI-powered findings and /ask, store API keys in ~/.ntrp/config.json:

ntrp config set api-key <anthropic-key>
ntrp config set openai-api-key <openai-key>

Core vital-sign computation works without AI keys.

Update

Inside the REPL:

/update

Or reinstall:

npm install -g @sonnechasser/ntrp@latest

Data & config

Local state lives in ~/.ntrp/ (config, sessions, DuckDB datasets). Override with NTRP_HOME if needed.

Checkout URL overrides (optional):

  • NTRP_CHECKOUT_URL — signup / first-run
  • NTRP_UPGRADE_URL — Pro upgrade (/upgrade)

Links

License

Commercial software — requires a license key. See ntrp.sonnechasser.com.