@saasquatch/squatch-js

v2.5.1-1
The official Referral SaaSquatch Javascript Web/Browser SDK https://docs.referralsaasquatch.com/developer/squatchjs/

demo

msw init demo/dist/ --save && run-p static parcel

test

run-s test:types test:browser

build

run-s build:es build:umd

watch

webpack --watch

deploy

np --no-cleanup

parcel

cd demo && parcel index.html

static

serve -l 3333 -s dist

build:es

microbundle --target node --format cjs,es

build:umd

webpack

build:docs

typedoc --out docs/ src/

preversion

run-s build

test:types

tsd

declaration

tsc --emitDeclarationOnly

demo:deploy

run-s parcel:build parcel:deploy

deploy:docs

surge ./ -d squathjsv2.surge.sh

test:webkit

cross-env BROWSER=webkit cucumber-js

parcel:build

cd demo && parcel build index.html

test:browser

cucumber-js

test:firefox

cross-env BROWSER=firefox cucumber-js

parcel:deploy

surge demo/dist -d squathjs-demo.surge.sh
npm i @saasquatch/[email protected]

Metadata

  • MIT
  • >=12.16.0
  • ReferralSaaSquatch.com, Inc.
  • released 6/7/2023

Downloads