stripe

v8.22.0
Stripe API wrapper
stripe payment processing credit cards api

fix

yarn lint --fix

lint

eslint --ext .js,.jsx,.ts .

test

yarn lint && yarn test-typescript && yarn mocha

clean

rm -rf ./.nyc_output ./node_modules/.cache ./coverage

mocha

nyc mocha

report

nyc -r text -r lcov report

coveralls

cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js

mocha-only

mocha

test-typescript

tsc --build types/test

Metadata

  • MIT
  • ^8.1 || >=10.*
  • Stripe
  • released 2/25/2020

Downloads