@nats-io/services

v3.0.0-2
services library - this library implements all the base functionality for NATS services for javascript clients

doc

npm run build && node_modules/.bin/typedoc --out ../docs/services && touch ../docs/services/.nojekyll

build

npm run build-cjs

clean

shx rm -Rf ./build ./lib ./docs

prepack

npm run build

build-cjs

npm run pre-process && tsc

real-clean

npm run clean && shx rm -Rf ./node_modules

pre-process

npm run clean && deno run -A ../bin/cjs-fix-imports.ts -o ./build/src ./src
npm i @nats-io/[email protected]

Metadata

Downloads