1 | ## @naturalcycles/nodejs-lib
|
2 |
|
3 | > Standard library for Node.js
|
4 |
|
5 | [![npm](https://img.shields.io/npm/v/@naturalcycles/nodejs-lib/latest.svg)](https://www.npmjs.com/package/@naturalcycles/nodejs-lib)
|
6 | [![publish size](https://badgen.net/packagephobia/publish/@naturalcycles/nodejs-lib)](https://packagephobia.now.sh/result?p=@naturalcycles/nodejs-lib)
|
7 | [![install size](https://badgen.net/packagephobia/install/@naturalcycles/nodejs-lib)](https://packagephobia.now.sh/result?p=@naturalcycles/nodejs-lib)
|
8 | [![Maintainability](https://api.codeclimate.com/v1/badges/119a3b4735c4ed81cf84/maintainability)](https://codeclimate.com/github/NaturalCycles/nodejs-lib/maintainability)
|
9 | [![Test Coverage](https://api.codeclimate.com/v1/badges/119a3b4735c4ed81cf84/test_coverage)](https://codeclimate.com/github/NaturalCycles/nodejs-lib/test_coverage)
|
10 | [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
|
11 | [![Actions](https://github.com/NaturalCycles/nodejs-lib/workflows/default/badge.svg)](https://github.com/NaturalCycles/nodejs-lib/actions)
|
12 |
|
13 | # [Documentation](https://naturalcycles.github.io/nodejs-lib/)
|
14 |
|
15 | # Packaging
|
16 |
|
17 | - `engines.node`: Latest Node.js LTS
|
18 | - `main: dist/index.js`: commonjs, es2020
|
19 | - `types: dist/index.d.ts`: typescript types
|
20 | - `/src` folder with source `*.ts` files included
|