UNPKG

1.39 kBJSONView Raw
1{
2 "name": "@mojaloop/sdk-standard-components",
3 "version": "13.3.3",
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 "build": "tsc -p ./tsconfig.json",
9 "lint": "eslint .",
10 "lint:fix": "eslint . --fix",
11 "test": "jest --ci --collectCoverage=false --reporters=default --reporters=jest-junit --env=node --runInBand test/unit",
12 "test:coverage": "jest --coverage --coverageThreshold='{}'",
13 "test:coverage-check": "jest --coverage"
14 },
15 "author": "James Bush, ModusBox Inc.",
16 "contributors": [
17 "Steven Oderayi <steven.oderayi@modusbox.com>",
18 "Paweł Marzec <pawel.marzec@modusbox.com>",
19 "Valentin Genev <valentin.genev@#modusbox.com"
20 ],
21 "license": "Apache-2.0",
22 "licenses": [
23 {
24 "type": "Apache-2.0",
25 "url": "http://www.apache.org/licenses/LICENSE-2.0"
26 }
27 ],
28 "dependencies": {
29 "base64url": "3.0.1",
30 "fast-safe-stringify": "^2.0.7",
31 "ilp-packet": "2.2.0",
32 "jsonwebtoken": "8.5.1",
33 "jws": "4.0.0"
34 },
35 "devDependencies": {
36 "@types/jest": "^25.2.1",
37 "@types/node": "^14.11.8",
38 "eslint": "7.0.0",
39 "eslint-config-airbnb-base": "14.1.0",
40 "eslint-plugin-import": "2.20.2",
41 "jest": "^26.4.2",
42 "jest-junit": "^10.0.0",
43 "nock": "^12.0.3",
44 "typescript": "^4.0.3"
45 }
46}