@byu-oit-sdk/jwt

v0.1.12
JSON Web Token validation for the BYU OIT SDK

build

rimraf dist && concurrently "npm:build:*" -c cyanBright

build:cjs

tsc -p tsconfig.cjs.json && echo-cli "{\"type\": \"commonjs\"}" > dist/cjs/package.json

build:esm

tsc -p tsconfig.json && echo-cli "{\"type\": \"module\"}" > dist/esm/package.json

clean

rimraf dist

lint

eslint . --ext .ts

lint:fix

eslint . --ext .ts --fix

test

node --import=tsx test/*.ts

test:coverage

c8 npm run test
npm i @byu-oit-sdk/jwt

Metadata

Downloads