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

sb-license-backend

v1.10.0

Published

Payment proxy

Readme

sb-payment-proxy

standard-readme compliant

bamboo

Payment proxy for backend

Environments urls

| Env | Status | URL | |---|---|---| | DEV | | https://wallet-DEV.sportsbroker.EU | | TEST | | https://wallet-TEST.sportsbroker.EU | | STAGE | | https://wallet-STAGE.sportsbroker.EU | | UAT | | https://wallet-UAT.sportsbroker.app | | PROD | | https://wallet.sportsbroker.com |

Table of Contents

Background

This application is responsible about handling transactions between Backend ()

Install

Production build

npm install
npm run build

Development

tsc -w

node dist/workers/ipn.worker.js
node dist/main.js

Documentation

API documentation is available under {{HOST}}/api/docs

Code documentation is available when run npm run docs:start in localhost:8080

General flow

general-1

Usage

  1. Download ngrok

  2. Run ngrok http PORT

    Set PORT to API port

  3. Get HTTP Forwarding URL (http://subdomain.ngrok.io) and set APP_DOMAIN value to it

  4. Copy .env.example to .env and configure variables

  5. Run processes

$ node dist/wallet/ipn/ipn.context.js
$ node dist/main.js

Ensure that VPN is running

Cron jobs

$ node dist/crons/cancel-pending-transactions.cron.js

Above CRON job cancels every pending deposit transactions.

Maintainers

@sportsbroker

Contributing

How to commit

Actually there are 2 ways to do that, first automated where you will be asked questions about commit and second manual where you could build your commit message by yourself.

  • Automated: npm run commit
  • Manual: git commit

On each of this ways we are checking if commit message is in conventional commits format unless you pass --no-verify which is highly NOT recommended.

How to release

Currently you could do that in 3 ways:

  • npm run release - which bump version in base of all commits that have been created from nearest release following by this rules.
  • npm run release:pre - add to your code version additional number if your code is 1.0.0 and has patched changes than this will tag your version 1.0.1-0. If you would like to have prefix just pass npm run release:pre -- alpha and than your version will be 1.0.1-alpha.0
  • npm run release:patch - force to bump only patch number

License

Own © 2020 Sportsbroker