This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
81 lines (81 loc) · 1.91 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
{
"name": "jackal",
"version": "2.0.19",
"description": "Consumer Driven Contracts Service",
"main": "index.js",
"bin": {
"jackal": "index.js"
},
"scripts": {
"pretest": "eslint .",
"test": "nyc mocha --opts mocha.opts './{cli,client,lib,server,test}/**/*.{spec,sequence}.js'",
"inspect": "jsinspect",
"depcheck": "depcheck",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"uat": "node test/uat/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/findmypast-oss/jackal.git"
},
"keywords": [
"consumer",
"driven",
"contracts",
"testing",
"microservice",
"jackal",
"findmypast"
],
"author": "Donald Robertson <[email protected]>",
"contributors": [
{
"name": "Donald Robertson",
"email": "[email protected]"
},
{
"name": "Oleksandr Stasyk",
"email": "[email protected]"
},
{
"name": "Neil Crawford",
"email": "[email protected]"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/findmypast-oss/jackal/issues"
},
"homepage": "https://github.com/findmypast-oss/jackal#readme",
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^3.0.2",
"eslint": "^3.19.0",
"mocha": "^5.2.0",
"nyc": "^13.0.0"
},
"dependencies": {
"async": "^2.6.0",
"body-parser": "^1.17.1",
"chalk": "^1.1.3",
"commander": "^2.9.0",
"compression": "^1.6.2",
"express": "^4.15.2",
"express-pino-logger": "^2.0.0",
"figures": "^2.0.0",
"hot-shots": "^4.4.0",
"joi": "^10.6.0",
"js-yaml": "^3.8.3",
"jsonpath": "^1.0.0",
"lodash": "^4.17.5",
"lokijs": "^1.4.3",
"normalize-url": "^1.9.1",
"pino": "^4.3.0",
"pretty-error": "^2.1.0",
"prettyjson": "^1.2.1",
"request": "^2.87.0",
"snyk": "^1.88.2",
"uuid": "^3.0.1"
},
"snyk": true
}