This is a template for nodejs library.
Feel free to delete it if you don't need it.
If you want to use it,
update the package.json and this README.md file:
- Update the
namefield inpackage.json - Remove the
privatefield inpackage.json - Update the
descriptionfield inpackage.json - Update the
homepage,bugs, andrepositoryfield inpackage.json - Update the
keywordsfield inpackage.json - Update the
authorfield inpackage.json - Update the top-level
tsconfig.jsonfile - Update the top-level
README.mdfile
It is a dual-package (CJS/ESM) library.
It uses the following:
# npm
npm install node-library
# yarn
yarn add node-library
# pnpm
pnpm install node-library
#rush
rush add -p node-library