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

app-membership-moderation-support

v1.0.3

Published

[![Build Status](https://drone.spk.hotmart.com/api/badges/Hotmart-Org/app-membership-moderation-support/status.svg)](https://drone.spk.hotmart.com/Hotmart-Org/app-membership-moderation-support)

Readme

Build Status

Hotmart Membership Moderation & Support

Typescript React React Query React Router Font Awesome Eslint Prettier Jest Webpack Drone Sentry

app-membership-moderation-support

Micro-frontend for membership moderation and support features


Getting started

Prerequisites

Hotctl

First check if Hotctl is already installed on your machine (If it is already installed, you can skip to the next step).

Link https://github.com/Hotmart-Org/hotctl#hotctl

Prerequisite aws cli

  1. hotctl sso init
  2. hotctl sso login
  3. hotctl eks context --profile buildstaging
  4. hotctl sso accounts apply -a

Url: https://hotmart.awsapps.com/start

Region: us-east-1

hotctl codeartifact token --type npm --profile buildstaging --role Developers

Configuring the Hosts File

Add the address local.buildstaging.com into your host's file /etc/hosts:

127.0.0.1   local.buildstaging.com

Create a SSL certificate

The app requires SSL certificate to run locally. To create a SSL certificate, you can use mkcert. Run commands in the project root:

mkcert -install
mkcert local.buildstaging.com localhost 127.0.0.1 ::1

Create .npmrc file

In the root of the project, create a .npmrc file with the content:

//registry.npmjs.org/:_authToken=npm_[TOKEN]
//npm.fontawesome.com/:_authToken=[TOKEN]
@fortawesome:registry=https://npm.fontawesome.com/
@hotmart-org-ca:registry=https://hotmart-artifacts-315120000506.d.codeartifact.us-east-1.amazonaws.com/npm/npm/
//hotmart-artifacts-315120000506.d.codeartifact.us-east-1.amazonaws.com/npm/npm/:_authToken=[TOKEN]
//hotmart-artifacts-315120000506.d.codeartifact.us-east-1.amazonaws.com/npm/npm/:always-auth=true

To request the [TOKEN] send a message in the Google Chat to Front-End space.

Install dependencies

Run npm i to install dependencies.

Configuring languages

// TODO

Running the project

Run npm run dev to start the project. The project will be available at local.buildstaging.com:3338.

Keep in mind that this project it's a Microfront used in Membership - Shell and with npm run dev you will need to setup a this env in order to be able to run this MFE

Available Commands

| Command | Description | | :------------------------ | :--------------------------------------------------------------------------------------------------------------------------------------------------- | | npm run dev | Starts the application in development mode. | | npm run build:staging | Creates the staging version. | | npm run build | Creates the production version. | | npm run bundle:analyzer | Builds app e starts a server on port 8888 to analyze production bundles. Can be used to aid in the process of splitting code and reducing file size. | | npm run lint | Runs linter on all files that are in the configuration rule. | | npm run lint:fix | Runs linter and fixes all files that are in the configuration rule. | | npm run type-check | Checks if the file types are correct. | | npm run test | Runs unit tests globally generating code coverage. | | npm run test:w | Runs unit tests in watching mode. | | npm run test:clearCache | Clear jest cache. |

Happy coding!

Copyright

Hotmart © 2024

Made with ❤