invid-did-jwt

v0.1.1
Library for Signing and Verifying JWTs compatible uPort and DID standards

test

jest --updateSnapshot

build:es5

./node_modules/.bin/babel src -d lib

build:browser

./node_modules/.bin/webpack --config webpack.config.js

build

yarn build:es5 && yarn test && yarn build:browser

build:docs:html

./node_modules/.bin/jsdoc src/* README.md -d docs

build:docs:md

./node_modules/jsdoc-to-markdown/bin/cli.js src/* --template template.hbs --heading-depth 2 -c js2doc.conf > docs/reference/index.md; echo

build:docs

npm run build:docs:html && npm run build:docs:md

prepublish

yarn build
npm i invid-did-jwt

Metadata

Downloads

Maintainers