UNPKG

812 BJSONView Raw
1{
2 "name": "@modusbox/mojaloop-sdk-standard-components",
3 "version": "0.0.23",
4 "description": "An set of standard components for connecting to Mojaloop API enabled switches",
5 "main": "index.js",
6 "scripts": {
7 "lint": "eslint .",
8 "lint:fix": "eslint . --fix",
9 "test": "ava"
10 },
11 "author": "James Bush, ModusBox Inc.",
12 "license": "Apache-2.0",
13 "licenses": [
14 {
15 "type": "Apache-2.0",
16 "url": "http://www.apache.org/licenses/LICENSE-2.0"
17 }
18 ],
19 "dependencies": {
20 "base64url": "^3.0.1",
21 "ilp-packet": "2.2.0",
22 "jsonwebtoken": "^8.5.1",
23 "request": "^2.34",
24 "request-promise-native": "^1.0.7"
25 },
26 "devDependencies": {
27 "ava": "^1.4.1",
28 "eslint": "^5.3.0",
29 "eslint-config-airbnb-base": "^13.1.0",
30 "eslint-plugin-import": "^2.17.1"
31 }
32}