async-call-rpc

v5.0.0
A lightweight JSON RPC server & client
jsonrpc

prepublishOnly

npm run clean && npm run test && npm run build

clean

rimraf ./out ./utils/web ./utils/node ./es ./coverage ./temp

release

npm run clean && npm run test && npm run build && standard-version

watch:tsc

tsc -b ./tsconfig.es.json ./utils-src/tsconfig.es.json ./utils-src/tsconfig.node.json -w

build:tsc

tsc -b ./tsconfig.es.json ./utils-src/tsconfig.es.json ./utils-src/tsconfig.node.json

watch:rollup

rollup -c -w

build:rollup

rollup -c

build

npm run build:tsc && npm run build:rollup && npm run doc

doc:api

api-extractor run --local --verbose

doc:md

api-documenter markdown -o docs -i temp

doc

run-s doc:api doc:md

start

run-p watch:rollup watch:tsc watch:test

test

jest --coverage

watch:test

jest --watch

Metadata

  • MIT
  • Whatever
  • Jack Works
  • released 12/17/2020

Downloads

Maintainers