# backend-lib

Standard library for building Node.js / Express backend

npm Actions Maintainability Test Coverage code style: prettier

# Features

# DEBUG namespaces

  • backend-lib
  • backend-lib:sentry

# Exports

  • / root
  • /deploy
    • yargs
    • nodejs-lib/fs
    • js-yaml
    • simple-git
    • got
  • /testing
    • got
  • /db
    • HttpDB (got)

# Packaging

  • engines.node: latest Node.js LTS
  • main: dist/index.js: commonjs, es2020
  • types: dist/index.d.ts: typescript types
  • /src folder with source *.ts files included