-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
124 lines (124 loc) · 4.34 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
{
"name": "mojaloop-payment-manager-management-api-service",
"version": "6.1.1",
"description": "Mojaloop Payment Manager - Management API Service",
"main": "dist/index.js",
"author": "Murthy kakarlamudi, ModusBox Inc.",
"contributors": [
"Murthy Kakarlamudi <[email protected]>",
"Yevhen Kyriukha <[email protected]>",
"James Bush <[email protected]>",
"Kamuela Franco <[email protected]>",
"Steven Oderayi <[email protected]>",
"Juan Correa <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/pm4ml/mojaloop-payment-manager-management-api.git"
},
"scripts": {
"build": "tsup && npm run copy-files",
"start": "node dist/index.js",
"start:build": "npm run build && npm start",
"start:dev": "DOTENV_CONFIG_PATH=.env.example ts-node -r dotenv/config -P ./tsconfig.json src/index.ts",
"copy-files": "copyfiles -u 1 src/**/*.yaml src/**/*.json dist",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"test": "npm run test:unit",
"test:unit": "jest --ci --reporters=default --reporters=jest-junit --env=node test/unit",
"test:int": "jest --ci --reporters=default --reporters=jest-junit --env=node test/integration --forceExit",
"release": "npx standard-version --no-verify --releaseCommitMessageFormat 'ci(release): {{currentTag}} [skip ci]'",
"snapshot": "npx standard-version --no-verify --skip.changelog --prerelease snapshot --releaseCommitMessageFormat 'ci(snapshot): {{currentTag}}'",
"backend:start": "docker compose up -d --wait",
"backend:stop": "docker compose down -v",
"backend:restart": "npm run backend:stop && npm run backend:start",
"dep:check": "npx ncu -e 2",
"dep:update": "npx ncu -u",
"audit:resolve": "npx resolve-audit --production",
"audit:check": "npx audit-ci --config ./audit-ci.jsonc",
"audit:fix": "npm audit fix"
},
"dependencies": {
"@kubernetes/client-node": "^0.16.2",
"@mojaloop/api-snippets": "^17.5.1",
"@mojaloop/central-services-metrics": "12.0.8",
"@mojaloop/sdk-standard-components": "18.3.0",
"@pm4ml/mcm-client": "github:pm4ml/mcm-client#v3.0.2",
"@xstate/inspect": "0.7.0",
"ajv": "^8.11.0",
"async-injection": "^1.5.0",
"better-sqlite3": "^7.5.3",
"co-body": "^6.0.0",
"env-var": "^7.1.1",
"fast-json-patch": "^3.1.1",
"js-yaml": "^4.1.0",
"knex": "^2.1.0",
"koa": "^2.13.4",
"koa-body": "^5.0.0",
"koa-bodyparser": "^4.3.0",
"koa-oas3": "^2.4.1",
"koa-router": "^10.1.1",
"lodash": "^4.17.21",
"mysql2": "^2.3.3",
"node-fetch": "^3.2.5",
"node-forge": "^1.3.1",
"node-vault": "^0.10.2",
"oas-validator": "^5.0.0",
"openapi-backend": "^5.9.1",
"redis": "^4.1.0",
"stoppable": "1.1.0",
"uuid": "^8.3.0",
"ws": "^8.7.0",
"xstate": "4.35.4"
},
"devDependencies": {
"@types/jest": "^28.1.0",
"@types/koa": "^2.13.4",
"@types/koa-bodyparser": "^4.3.7",
"@types/node": "^17.0.39",
"@types/node-forge": "^1.0.2",
"@types/stoppable": "1.1.3",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"copyfiles": "^2.4.1",
"dotenv": "16.4.5",
"eslint": "^8.16.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^28.1.0",
"jest-junit": "^13.2.0",
"mockdate": "^3.0.2",
"nock": "^13.2.2",
"npm-check-updates": "17.1.0",
"openapi-response-validator": "^11.0.1",
"redis-mock": "^0.56.3",
"reflect-metadata": "0.2.2",
"rimraf": "^4.4.0",
"standard-version": "^9.5.0",
"supertest": "^6.2.3",
"ts-jest": "^28.0.4",
"ts-node": "10.9.2",
"ts-node-dev": "^2.0.0",
"tsup": "8.2.4",
"typescript": "4.7.4"
},
"tsup": {
"entry": [
"./src/**/*.ts"
],
"bundle": false,
"clean": true,
"sourcemap": true,
"skipNodeModulesBundle": true,
"splitting": false
},
"standard-version": {
"scripts": {
"postchangelog": "replace '\\[pm4ml/#(\\d+)\\]\\(https://github.com/pm4ml/(.*)/issues/(\\d+)\\)' '[pm4ml/#$1](https://github.com/pm4ml/project/issues/$1)' CHANGELOG.md"
}
}
}