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

@jayvee-digital-labs/scripts

v1.2.7

Published

Helper Scripts that help deploy to other random stuff

Readme

JVDL Scripts

This repository contains a collection of useful scripts to automate various tasks.

Installation

To install the @jayvee-digital-labs/scripts package, run the following command:

npm install -g @jayvee-digital-labs/scripts

Scripts

jvdl-local-publish

The jvdl-local-publish script is designed to streamline the process of publishing your project locally. It performs the following tasks:

  1. Runs tests.
  2. Updates the version based on the commit message.
  3. Creates a git tag.
  4. Pushes changes to the main branch.
  5. Builds the Storybook static files.
  6. Deploys to Firebase hosting.
  7. Publishes to NPM.

This script is intended to be used locally as a temporary CI/CD process or if your CI/CD pipeline is broken.

For more detailed information on how to use the local-publish script, please refer to the local-publish README.

jvdl-standardize-repo

The jvdl-standardize-repo script helps to standardize a repository by installing required packages, setting up Husky hooks, copying configuration files, merging JSON files, building a Docker image, and more. It performs the following tasks:

  1. Installs necessary npm packages such as rimraf, husky, cypress, commitizen, prettier, and others.
  2. Creates a .husky directory and adds pre-commit and pre-push hooks.
  3. Copies various configuration files and directories to the root of the repository.
  4. Merges package.json and tsconfig.json with the existing ones in the repository.
  5. Builds a Docker image for Cypress visual regression tests.

This script should only be used on web applications with TypeScript enabled. If any step fails, the script will automatically rollback the changes.

For more detailed information on how to use the standardize-repo script, please refer to the standardize-repo README.

License

This project is licensed under the MIT License.