tweetsodium

v0.0.6
libsodium sealed cryptobox using tweetnacl

clean

rm -rf dist

prebuild

npm run clean && mkdir dist

build-esm

BABEL_ENV=esm babel index.js -o dist/index.esm.js

build-umd

BABEL_ENV=umd babel index.js -o dist/index.umd.js

build

npm run build-esm && npm run build-umd

pretest

npm run build

test

node test.js && tsd

prepublishOnly

npm run build
npm i tweetsodium

Metadata

  • MIT
  • Whatever
  • GitHub, Inc.
  • released 4/5/2022

Downloads