This library was generated using create-deriv-v2
To run the development watch server:
npm run dev
To generate a bundled build:
npm run build
In order to deploy a version to NPM, ensure that the following secrets are set in Github Actions:
NPM_TOKEN=****
To get started, simply install the library using
npm install <libraryName>
...
...