nkeys.js

v1.0.1-3
A public-key signature system based on Ed25519 for the NATS ecosystem in javascript
nats Ed25519 javascript

cjs

deno run --allow-all bin/cjs-fix-imports.ts -o build/ src/ modules/cjs/ node_test/

doc

npm run clean && rm -Rf docs && npm run stage && node_modules/.bin/typedoc --out docs/ && touch ./docs/.nojekyll

fmt

deno fmt src/ examples/ modules/ test/ node_test/

init

mkdir -p build

test

npm run prepare && ava --verbose && deno test --allow-env test/

clean

rm -Rf build/ lib/ nkeys.d.ts nkeys.mjs

stage

npm run init && npm run cjs && npm run generate && tsc

prepare

npm run stage && deno bundle modules/esm/mod.ts nkeys.mjs && tsc

generate

deno run -A --unstable ./bin/tweetnacl-esm.ts

Metadata

Downloads

Maintainers