forked from mojaloop/simulator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.39 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
{
"name": "sims",
"version": "5.2.0",
"description": "A super-simple fsp simulator",
"main": "src/index.js",
"author": "ModusBox",
"contributors": [
"Georgi Georgiev <[email protected]>",
"Miguel de Barros <[email protected]>",
"Murthy Kakarlamudi <[email protected]>"
],
"repository": {
"type": "git",
"url": "[email protected]:mojaloop/simulator.git"
},
"scripts": {
"pretest": "standard",
"standard": "standard",
"test": "echo \"Error: no test specified\" && exit 1"
},
"precommit": "pretest",
"precommit.silent": true,
"dependencies": {
"@mojaloop/central-services-error-handling": "5.2.0",
"@mojaloop/central-services-metrics": "5.2.0",
"@mojaloop/central-services-shared": "5.2.0",
"blipp": "3.1.2",
"boom": "7.3.0",
"five-bells-condition": "5.0.1",
"glob": "7.1.3",
"good": "8.1.2",
"hapi": "18.1.0",
"hapi-good-winston": "2.1.0",
"hapi-openapi": "1.2.0",
"hapi-swagger": "9.3.1",
"ilp-packet": "3.0.8",
"inert": "5.1.2",
"joi": "14.3.1",
"joi-currency-code": "2.0.0",
"joi-date-extensions": "1.2.0",
"koa": "2.7.0",
"koa-bodyparser": "4.2.1",
"node-cache": "4.2.0",
"node-fetch": "2.3.0",
"prom-client": "11.2.1",
"vision": "5.4.4"
},
"devDependencies": {
"npm-run-all": "4.1.5",
"pre-commit": "1.2.2",
"standard": "12.0.1"
}
}