@saasquatch/squatch-js

v2.6.3-3
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:features test:browser test:webkit test:firefox

build

run-s build:es build:umd build:docs

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

test:utf8

jest --verbose --coverage -t 'UTF-8 characters in different languages'

build:docs

typedoc

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

test:features

jest --verbose --coverage
npm i @saasquatch/[email protected]

Metadata

  • MIT
  • >=12.16.0
  • ReferralSaaSquatch.com, Inc.
  • released 6/10/2024

Downloads