Install the dependencies.
$ npm install
Build the typescript and package it for distribution.
$ npm run build && npm run pack
Run the tests ✔️
$ npm test