Installation
Install FloPay packages from npm using npm, pnpm, or yarn.
Installation
FloPay packages are published to npm as private scoped packages under @flopay/*.
Packages are not yet published — the npm organization paid plan is pending activation. Once active, install as shown below.
1. Authenticate with npm
Add your npm token to your user-level ~/.npmrc (do not commit this file):
Or use npm login:
No special registry routing is needed — @flopay packages are on the default npm registry.
2. Install Packages
The @flopay/shared package is a dependency of all other packages and is installed automatically.
CI Setup (GitHub Actions)
Add NPM_TOKEN as a repository or organization secret, then configure your workflow:
Railway / Vercel / Netlify
Set the NPM_TOKEN environment variable to your npm access token in your hosting provider's dashboard. Most platforms use this automatically for npm authentication.