-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
136 lines (136 loc) · 4.59 KB
/
package.json
File metadata and controls
136 lines (136 loc) · 4.59 KB
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
{
"name": "inter-scheme-proxy-adapter",
"version": "1.8.2",
"private": true,
"description": "Schemes Proxy implementation (ISPA)",
"author": "Eugen Klymniuk (geka-evk)",
"contributors": [
"Eugen Klymniuk <eugen.klymniuk@infitx.com>",
"Steven Oderayi <steven.oderayi@infitx.com>"
],
"main": "dist/index.js",
"scripts": {
"start": "node dist/index.js",
"start:build": "npm run build && npm start",
"start:dev": "ts-node -r dotenv/config -P ./tsconfig.json src/index.ts",
"test": "npm run test:unit",
"test:unit": "jest --testMatch='**/unit/**/*.test.ts'",
"test:xunit": "JEST_JUNIT_OUTPUT_DIR=./test/reports/ JEST_JUNIT_OUTPUT_NAME=xunit.xml npm run test:unit -- --reporters=jest-junit",
"test:coverage": "npm run test:unit -- --coverage --coverageThreshold='{}'",
"test:coverage-check": "npm run test:unit -- --coverage",
"test:int": "jest --testMatch='**/test/integration/**/*.test.ts'",
"test:functional": "echo \"ACTION: Add functional test here, or remove this script. Also check CI configs to comment out the necessary job'\"",
"test:integration": "./test/scripts/test-integration.sh",
"lint": "eslint ./src/**/*.ts ./test/**/*.ts",
"lint:fix": "npm run lint -- --fix",
"build": "tsc",
"watch": "tsc -w",
"script:token": "ts-node -r dotenv/config -P ./tsconfig.test.json ./test/scripts/getToken.ts",
"script:tls": "ts-node -r dotenv/config -P ./tsconfig.test.json ./test/scripts/tlsExample.ts",
"audit:fix": "npm audit fix",
"audit:check": "npx audit-ci --config ./audit-ci.jsonc",
"dep:check": "npx --no-install ncu -e 2",
"dep:update": "npx --no-install 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}}'",
"prepare": "husky || true"
},
"dependencies": {
"@hapi/hapi": "^21.4.6",
"@mojaloop/sdk-standard-components": "19.18.8",
"axios": "1.13.5",
"axios-retry": "4.5.0",
"convict": "^6.2.4",
"fast-json-patch": "^3.1.1",
"fast-safe-stringify": "^2.1.1",
"joi": "18.0.2",
"random-word-slugs": "^0.1.7",
"ws": "^8.19.0"
},
"devDependencies": {
"@commitlint/cli": "^20.4.2",
"@commitlint/config-conventional": "^20.4.2",
"@types/convict": "^6.1.6",
"@types/jest": "^30.0.0",
"@types/lodash": "^4.17.24",
"@types/node": "^25.3.1",
"@types/ws": "^8.18.1",
"@typescript-eslint/eslint-plugin": "8.56.1",
"@typescript-eslint/parser": "8.56.1",
"audit-ci": "7.1.0",
"axios-mock-adapter": "^2.1.0",
"dotenv": "^17.3.1",
"eslint": "8.57.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-import": "2.32.0",
"husky": "^9.1.7",
"jest": "^30.2.0",
"jest-junit": "^16.0.0",
"lint-staged": "^16.2.7",
"mock-socket": "^9.3.1",
"npm-audit-resolver": "3.0.0-RC.0",
"npm-check-updates": "19.5.0",
"prettier": "3.8.1",
"replace": "^1.2.2",
"standard-version": "^9.5.0",
"ts-jest": "29.4.6",
"ts-node": "10.9.2",
"typescript": "5.9.3"
},
"engines": {
"node": ">=18.x"
},
"overrides": {
"form-data": ">=3.0.4",
"shins": {
"ajv": "6.12.3",
"ejs": "3.1.10",
"sanitize-html": "2.12.1",
"yargs-parser": "21.1.1",
"markdown-it": "12.3.2"
},
"widdershins": {
"swagger2openapi": "7.0.8",
"yargs-parser": "21.1.1",
"markdown-it": "12.3.2"
},
"qs": "6.14.2",
"validator": "13.15.22",
"glob@10.4.5": "10.5.0",
"js-yaml": "4.1.1",
"diff": "8.0.3",
"brace-expansion": "2.0.2",
"cross-spawn": "7.0.6",
"undici": "6.23.0",
"axios": "1.13.5",
"fast-xml-parser": "5.3.6",
"lodash": "4.17.23",
"minimatch@3.0.5": "3.1.5",
"minimatch@5.1.6": "5.1.9"
},
"standard-version": {
"scripts": {
"postchangelog": "replace '\\[mojaloop/#(\\d+)\\]\\(https://github.com/mojaloop/(.*)/issues/(\\d+)\\)' '[mojaloop/#$1](https://github.com/mojaloop/project/issues/$1)' CHANGELOG.md"
}
},
"lint-staged": {
"./src/*.ts": [
"eslint --fix",
"prettier --write --ignore-unknown"
]
},
"homepage": "https://github.com/mojaloop/inter-scheme-proxy-adapter#readme",
"bugs": {
"url": "https://github.com/mojaloop/inter-scheme-proxy-adapter/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mojaloop/inter-scheme-proxy-adapter.git"
},
"keywords": [
"infitx",
"mojaloop",
"proxy",
"inter-scheme-proxy-adapter"
]
}