-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
164 lines (164 loc) · 4.66 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"name": "@mojaloop/central-services-shared",
"version": "18.15.1",
"description": "Shared code for mojaloop central services",
"license": "Apache-2.0",
"author": "ModusBox",
"contributors": [
"ModusBox",
"Dwolla"
],
"homepage": "https://github.com/mojaloop/central-services-shared#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/mojaloop/central-services-shared.git"
},
"bugs": {
"url": "https://github.com/mojaloop/central-services-shared/issues"
},
"keywords": [
"shared",
"central",
"services",
"mojaloop"
],
"main": "src/index.js",
"types": "src/index.d.ts",
"imports": {
"#src/*": "./src/*.js",
"#test/*": "./test/*.js"
},
"pre-commit": [
"lint",
"dep:check",
"audit:check",
"test"
],
"scripts": {
"pretest": "npm run lint",
"standard": "npx standard",
"standard:fix": "npm run standard -- --fix",
"lint": "npm run standard",
"lint:fix": "npm run standard:fix",
"test": "npm run test:unit",
"test:header": "npx tape 'test/unit/util/headerValidation/**/*.test.js'",
"test:trans": "npx tape 'test/unit/util/headers/transformer.test.js'",
"test:unit": "npx tape 'test/unit/**/*.test.js' | tap-spec",
"test:xunit": "npx tape 'test/unit/**/**.test.js' | tap-xunit > ./test/results/xunit.xml",
"test:unit:header": "npx tape 'test/unit/util/headerValidation/**/*.test.js'",
"test:coverage": "npx nyc --reporter=lcov --reporter=text-summary tapes -- 'test/unit/**/**.test.js'",
"test:coverage-check": "npm run test:coverage && nyc check-coverage",
"test:functional": "true",
"test:integration": "true",
"audit:fix": "npm audit fix",
"audit:check": "npx audit-ci --config ./audit-ci.jsonc",
"dep:check": "npx ncu -e 2",
"dep:update": "npx ncu -u",
"release": "npx standard-version --no-verify --releaseCommitMessageFormat 'chore(release): {{currentTag}} [skip ci]'",
"snapshot": "npx standard-version --no-verify --skip.changelog --prerelease snapshot --releaseCommitMessageFormat 'chore(snapshot): {{currentTag}}'"
},
"dependencies": {
"@hapi/catbox": "12.1.1",
"@hapi/catbox-memory": "5.0.1",
"@mojaloop/inter-scheme-proxy-cache-lib": "2.3.1",
"axios": "1.7.9",
"clone": "2.1.2",
"dotenv": "16.4.7",
"env-var": "7.5.0",
"event-stream": "4.0.1",
"fast-safe-stringify": "^2.1.1",
"immutable": "5.0.3",
"ioredis": "^5.4.2",
"lodash": "4.17.21",
"mustache": "4.2.0",
"openapi-backend": "5.11.1",
"raw-body": "3.0.0",
"rc": "1.2.8",
"shins": "2.6.0",
"ulidx": "2.4.1",
"uuid4": "2.0.3",
"widdershins": "^4.0.1",
"yaml": "2.7.0"
},
"devDependencies": {
"@hapi/hapi": "21.3.12",
"@hapi/joi": "17.1.1",
"audit-ci": "^7.1.0",
"base64url": "3.0.1",
"chance": "1.1.12",
"npm-check-updates": "17.1.13",
"nyc": "17.1.0",
"portfinder": "1.0.32",
"pre-commit": "1.2.2",
"proxyquire": "2.1.3",
"replace": "^1.2.2",
"rewire": "7.0.0",
"sinon": "19.0.2",
"standard": "17.1.2",
"standard-version": "9.5.0",
"tap-spec": "^5.0.0",
"tap-xunit": "2.4.1",
"tape": "5.9.0",
"tapes": "4.1.0"
},
"overrides": {
"postcss": {
"nanoid": "^3.3.8"
},
"shins": {
"ejs": "^3.1.7",
"sanitize-html": "2.12.1",
"jsonpointer": "5.0.0",
"markdown-it": "12.3.2",
"yargs-parser": "13.1.2",
"postcss": "8.4.31"
},
"widdershins": {
"yargs-parser": "13.1.2",
"markdown-it": "12.3.2",
"swagger2openapi": "7.0.8"
},
"markdown-it": "12.3.2",
"trim": "0.0.3",
"cross-spawn": "7.0.6"
},
"peerDependencies": {
"@mojaloop/central-services-error-handling": ">=13.x.x",
"@mojaloop/central-services-logger": ">=11.5.x",
"@mojaloop/central-services-metrics": ">=12.x.x",
"@mojaloop/event-sdk": ">=14.1.1",
"ajv": "8.x.x",
"ajv-keywords": "5.x.x"
},
"peerDependenciesMeta": {
"@mojaloop/central-services-error-handling": {
"optional": false
},
"@mojaloop/central-services-logger": {
"optional": false
},
"@mojaloop/central-services-metrics": {
"optional": false
},
"@mojaloop/event-sdk": {
"optional": false
},
"ajv": {
"optional": false
},
"ajv-keyboards": {
"optional": false
}
},
"standard": {
"ignore": []
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"standard-version": {
"scripts": {
"postchangelog": "replace '\\[mojaloop/#(\\d+)\\]\\(https://github.com/mojaloop/(.*)/issues/(\\d+)\\)' '[mojaloop/#$1](https://github.com/mojaloop/project/issues/$1)' CHANGELOG.md"
}
}
}