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

seller_backend

v1.0.0

Published

Set the environment variables in .env file as below: ```dotenv SELLER_NAME=technolife REDIS_IP=192.168.45.130 REDIS_PORT=6379 LISTEN_PORT=8050 FRONT_PATH=/seller BACK_PATH=/seller_wrapper IMAGE_PREFIX=http://192.168.45.148:925/image/seller/ CONSO

Readme

Seller Panel Back Service

Configuration

Set the environment variables in .env file as below:

SELLER_NAME=technolife
REDIS_IP=192.168.45.130
REDIS_PORT=6379
LISTEN_PORT=8050
FRONT_PATH=/seller
BACK_PATH=/seller_wrapper
IMAGE_PREFIX=http://192.168.45.148:925/image/seller/
CONSOLE_LOG=true
RESTART_DELAY=18000
SELLER_CODE_PREFIX=TLS
BYPASS_USER_MANAGEMENT=true
IMAGE_UPLOAD_URL=http://192.168.45.148:4001/uploadImage
IMAGE_UPLOAD_HANDLE_URL=http://192.168.45.148:4001/upload_handler
WAREHOUSE_URL=http://localhost:5206/warehouse_api
SMS_SERVICE_URL=http://localhost:8020
MAIN_DATABASE_WRAPPER=http://localhost:5205/main_database_wrapper
NATIONAL_CODE_CHECK_URL=https://micro.satpay.ir/api/open-banking/v1/national-code/inquiry
CREDIT_CARD_CHECK_URL=https://micro.satpay.ir/api/open-banking/v1/card-info/inquiry
SHABA_CHECK_URL=https://micro.satpay.ir/api/open-banking/v1/iban/inquiry
REFRESH_TOKEN_URL=https://micro.satpay.ir/api/oauth/refresh-token
REFRESH_API_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI2MWU3ZWJkNTU3MzRkNjAwMjg1N2FkMjgiLCJ1c2VyTmFtZSI6InRlY2hub2xpZmUiLCJJUCI6WyI3Ny4yMzcuOTMuOTQiXSwiZW1haWwiOiJlZW1lcG1AZ21haWwuY29tIiwicm9sZSI6ImRldmVsb3BlciIsImFwcE5hbWUiOiJ0ZWNobm9saWZlSW5xdWlyeSIsImlhdCI6MTY0MzgwMDE4NCwiZXhwIjoyNDIxNDAwMTg0fQ.-ZuQjYZOwIsq_NIwBG67DVq7c71ni6Tyy_U8WeEqWjA
APP_NAME=technolifeInquiry
ENTITY_MODEL_PACKAGE=@technolife/entity-model
RUN_ENV=local
DISABLE_SMS=false
STATIC_AUTHENTICATION_CODE
LEGAL_DOCUMENT_COUNT=6;
PERSONAL_DOCUMENT_COUNT=4;
SMS_OTP_TIMEOUT=120

Mongo Configuration

set your database url in config.js.