### CBP Libraries

Libraries for CBP

### Development

```
npm install
````

to install dependencies

### Generate package file

```
npm run build
```

this will create dist/ folder under dist/ two files will be generated cbp-lib.cjs.js and cbp-lib.es.js


### Testing 

1. Go to test directory for testing

2. Create file 

3. Run 

```
npm test
```

### Import to project

```
npm install git+ssh://git@git.i.gov.ph:central-business-portal/cbp-lib.git#dev
```

For Production

```
npm install git+ssh://git@git.i.gov.ph:central-business-portal/cbp-js.git
```

### Dependencies
```
"axios": "^0.19.0",
"crypto-js": "^3.1.9-1",
"query-string": "^6.8.3",
"uuid": "^3.3.3",
"yup": "^0.27.0"
```