@blockspaces/types
v0.3.29
Published
**The BlockSpaces Typescript Types library**
Downloads
127
Readme
@blockspaces/types
The BlockSpaces Typescript Types library
Purpose
This repo is used to build the NPM package for @blockspaces/types.
Description
This Types library is used by the following projects/repos
- blockspaces/backend - The core application's backend
- blockspaces/frontend - The core application's frontend
- blockspaces/admin-portal-api - The BlockSpaces Admin Portal backend
- blockspaces/admin-portal - The BlockSpaces Admin Portal frontend
- blockspaces/arc-provisioner - The ARC Provisioner
Requirements:
- Authenticated access to our NPM organization and package
To build:
- Clone the repo
- Run
npm install
to install the necessary libraries - Run
npm run build
to build
To test:
- Run
npm run test
to test with Jest
To publish to NPM:
- Update the package.json to increase the version number
- Run
npm run pub
to publish to NPM