# Fulfillment Provider API TypeScript Library

The purpose of this library is to provide a framework for integrating Fulfillment Providers into the network using JavaScript & TypeScript. It will contain the models and definitions for Request/Response Bodies.

## Building & Publishing
To build the project use this command in the terminal from this directory.
```
yarn build
```

this will generate a ```./lib``` directory which contains the JavaScript & TypeScript.

To publish make sure you set the appropriate version in the package.json file and then:
```
yarn build
yarn publish
```

