@otris/node-sds

v2.4.8
Node.js module to communicate with JANUS-based apps

beautify

npm run lint -- --fix

compile

tsc -p ./

compile-tests

tsc -p ./test/tsconfig.json

doc

typedoc --out doc src

generate-todo

leasot -x --reporter markdown src/**/*.ts test/**/*.ts > TODO.md

init-test-server

ts-node ./test/initTestServer.ts

lint

eslint . --ext .ts

minify

node ./scripts/minify.js

do-prepublish

rimraf out && npm-run-all compile

prepublishOnly

npm run do-prepublish && npm run minify

run-tests-bdd

mocha --config ./test/.mocharc.yml --exit "./test/**/!(cryptmd5|network).test.ts"

run-tests-tdd

mocha --config ./test/tdd/.mocharc.yml --exit ./test/tdd/**.test.ts

test

cross-env TS_NODE_PROJECT="./test/tsconfig.json" npm-run-all --continue-on-error run-tests-bdd run-tests-tdd

prepare

husky install
npm i @otris/[email protected]

Source Code

Metadata

  • MIT
  • Whatever
  • otris software AG
  • released 12/13/2023

Downloads