README
api and interfaces library for trusted.plus developers
To install all dependencies run:
npm install
Warning:
Build testing on versions of packages that are presents in package.json.
If you will change version, make sure that the project is building.
To create lib with d.ts for ts project run:
npm run lib
To developer mode run:
npm run dev
To create lib for js project run:
npm run prod