UNPKG

1.77 kBJSONView Raw
1{
2 "name": "@mojaloop/central-services-error-handling",
3 "version": "11.0.0",
4 "description": "Hapi error handling module",
5 "main": "src/index.js",
6 "pre-commit": [
7 "standard",
8 "dep:check",
9 "test"
10 ],
11 "scripts": {
12 "test": "npm run test:unit | faucet",
13 "standard": "standard",
14 "test:unit": "tape 'test/**/*.test.js'",
15 "test:xunit": "npm run test:unit | tap-xunit",
16 "test:coverage": "nyc --reporter=lcov --reporter=text-summary tape -- 'test/**/*.test.js'",
17 "test:coverage-check": "npm run test:coverage && nyc check-coverage",
18 "audit:resolve": "SHELL=sh resolve-audit --production",
19 "audit:check": "SHELL=sh check-audit --production",
20 "dep:check": "npx ncu -e 2",
21 "dep:update": "npx ncu -u"
22 },
23 "repository": {
24 "type": "git",
25 "url": "git+https://github.com/mojaloop/central-services-error-handling.git"
26 },
27 "keywords": [
28 "central",
29 "services",
30 "hapi",
31 "error",
32 "handling"
33 ],
34 "author": "ModusBox",
35 "contributors": [
36 "Dwolla",
37 "ModusBox"
38 ],
39 "license": "Apache-2.0",
40 "bugs": {
41 "url": "https://github.com/mojaloop/central-services-error-handling/issues"
42 },
43 "homepage": "https://github.com/mojaloop/central-services-error-handling#readme",
44 "dependencies": {
45 "@mojaloop/sdk-standard-components": "13.1.2",
46 "lodash": "4.17.20"
47 },
48 "devDependencies": {
49 "@hapi/boom": "9.1.1",
50 "faucet": "0.0.1",
51 "jest": "26.6.3",
52 "npm-audit-resolver": "2.2.1",
53 "npm-check-updates": "10.2.5",
54 "nyc": "15.1.0",
55 "pre-commit": "1.2.2",
56 "proxyquire": "2.1.3",
57 "sinon": "9.2.2",
58 "standard": "16.0.3",
59 "tap-xunit": "2.4.1",
60 "tape": "5.0.1"
61 },
62 "publishConfig": {
63 "registry": "https://registry.npmjs.org/"
64 }
65}