@cardstack/cardpay-sdk

v1.0.54
An SDK for using the cardpay protocol

clean

rm -rf dist generated

postinstall

yarn codegen

codegen

if [ -f ./bin/codegen.js ]; then node bin/codegen.js; fi

lint

npm-run-all --aggregate-output --continue-on-error --parallel "lint:!(fix)"

lint:js

eslint . --cache

lint:js:fix

eslint . --fix

prepack

rm -rf ./dist && tsup ./index.ts --format esm,cjs --dts --legacy-output && yarn build:browser

build:browser

node ./scripts/browser-build.js

test

mocha -r ts-node/register 'tests/**/*-test.ts' --timeout 60000

autotest

mocha -r ts-node/register -w --reporter=min 'tests/**/*-test.ts' --timeout 60000
npm i @cardstack/cardpay-sdk

Metadata

  • MIT
  • ^14.0.0 || ^18.0.0
  • Hassan Abdel-Rahman @habdelra
  • released 11/8/2023

Downloads