UNPKG

1.29 kBJSONView Raw
1{
2 "name": "@mojaloop/sdk-standard-components",
3 "version": "11.4.0",
4 "description": "A set of standard components for connecting to Mojaloop API enabled Switches",
5 "main": "index.js",
6 "types": "index.d.ts",
7 "scripts": {
8 "lint": "eslint .",
9 "lint:fix": "eslint . --fix",
10 "test": "jest --ci --collectCoverage=false --reporters=default --reporters=jest-junit --env=node --runInBand test/unit",
11 "test:coverage": "jest --coverage --coverageThreshold='{}'",
12 "test:coverage-check": "jest --coverage"
13 },
14 "author": "James Bush, ModusBox Inc.",
15 "contributors": [
16 "Steven Oderayi <steven.oderayi@modusbox.com>",
17 "Paweł Marzec <pawel.marzec@modusbox.com>",
18 "Valentin Genev <valentin.genev@#modusbox.com"
19 ],
20 "license": "Apache-2.0",
21 "licenses": [
22 {
23 "type": "Apache-2.0",
24 "url": "http://www.apache.org/licenses/LICENSE-2.0"
25 }
26 ],
27 "dependencies": {
28 "base64url": "3.0.1",
29 "fast-safe-stringify": "^2.0.7",
30 "ilp-packet": "2.2.0",
31 "jsonwebtoken": "8.5.1",
32 "jws": "4.0.0"
33 },
34 "devDependencies": {
35 "@types/jest": "^25.2.1",
36 "eslint": "7.0.0",
37 "eslint-config-airbnb-base": "14.1.0",
38 "eslint-plugin-import": "2.20.2",
39 "jest": "^26.0.1",
40 "jest-junit": "^10.0.0",
41 "nock": "^12.0.3"
42 }
43}