-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.35 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
{
"name": "ml-reference-connectors",
"version": "1.12.0",
"description": "Collection of reference mojaloop connectors",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky",
"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}}'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mojaloop/ml-reference-connectors.git"
},
"author": "Elijah Okello",
"license": "ISC",
"bugs": {
"url": "https://github.com/mojaloop/ml-reference-connectors/issues"
},
"homepage": "https://github.com/mojaloop/ml-reference-connectors#readme",
"devDependencies": {
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@types/axios": "^0.9.36",
"@types/jest": "^29.5.14",
"@types/mocha": "^10.0.9",
"eslint": "^8.56.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"husky": "^9.1.5",
"prettier": "3.3.3"
},
"dependencies": {
"axios": "^1.7.7",
"axios-mock-adapter": "^2.1.0"
}
}