forked from pact-foundation/pact-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
177 lines (177 loc) · 4.83 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
{
"name": "@pact-foundation/pact",
"version": "9.17.2",
"description": "Pact for all things Javascript",
"main": "./src/pact.js",
"types": "./src/pact.d.ts",
"scripts": {
"clean": "rimraf docs dist dist-web coverage .nyc_output logs pacts",
"coverage": "nyc report --reporter=lcov",
"dist": "tsc && webpack --config ./config/webpack.web.config.js && copyfiles package.json ./dist",
"lint": "tslint -c tslint.json '{src,test,examples}/**/*.ts' -e '**/node_modules/**/*.ts'",
"lint:fix": "npm run lint -- --fix",
"format:base": "prettier \"{src,test,examples}/**/*.{ts,js}\"",
"format:fix": "npm run format:base -- --write",
"format:check": "npm run format:base -- --check",
"postdist": "npm test",
"predist": "npm run clean && npm run format:check && npm run lint",
"release": "standard-version",
"test": "nyc --check-coverage --reporter=html --reporter=text-summary mocha",
"webpack": "webpack --config ./config/webpack.web.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pact-foundation/pact-js.git"
},
"engines": {
"node": ">=6"
},
"keywords": [
"pact",
"pact-js",
"javascript",
"contract testing",
"testing",
"consumer driven testing"
],
"author": "Matt Fellows <m@onegeek.com.au> (http://twitter.com/matthewfellows)",
"contributors": [
{
"name": "Tarcio Saraiva",
"email": "tarcio@gmail.com",
"url": "http://twitter.com/tarciosaraiva"
},
{
"name": "Michel Boudreau",
"email": "michelboudreau@gmail.com",
"url": "http://codinghitchhiker.com"
},
{
"name": "Beth Skurrie",
"email": "beth@bethesque.com",
"url": "https://github.com/bethesque"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pact-foundation/pact-js/issues"
},
"homepage": "https://docs.pact.io/implementation_guides/javascript/",
"standard-version": {
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Fixes and Improvements"
},
{
"type": "chore",
"hidden": true
},
{
"type": "docs",
"hidden": true
},
{
"type": "style",
"hidden": true
},
{
"type": "refactor",
"hidden": true
},
{
"type": "perf",
"hidden": true
},
{
"type": "test",
"hidden": true
}
]
},
"dependencies": {
"@pact-foundation/pact-node": "^10.15.0",
"@types/bluebird": "^3.5.20",
"@types/express": "^4.17.11",
"bluebird": "~3.5.1",
"body-parser": "^1.18.2",
"cli-color": "^1.1.0",
"es6-object-assign": "^1.1.0",
"es6-promise": "^4.1.1",
"express": "^4.17.1",
"graphql": "^14.0.0",
"graphql-tag": "^2.9.1",
"http-proxy": "^1.18.1",
"lodash": "^4.17.21",
"lodash.isfunction": "3.0.8",
"lodash.isnil": "4.0.0",
"lodash.isundefined": "3.0.1",
"lodash.omit": "^4.5.0",
"lodash.omitby": "4.6.0",
"pino": "^6.5.1",
"pino-pretty": "^4.1.0",
"pkginfo": "^0.4.1",
"popsicle": "^9.2.0"
},
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"@types/chai": "^4.0.3",
"@types/chai-as-promised": "0.0.31",
"@types/cli-color": "^0.3.29",
"@types/form-data": "^2.2.1",
"@types/lodash": "^4.14.73",
"@types/lodash.isnil": "^4.0.3",
"@types/mocha": "^7.0.2",
"@types/nock": "^9.1.2",
"@types/node": "^8.0.24",
"@types/pino": "^6.3.0",
"@types/q": "^1.5.2",
"@types/sinon": "^7.0.6",
"@types/sinon-chai": "^2.7.29",
"@types/superagent": "^3.5.7",
"@types/tough-cookie": "^2.3.2",
"@types/underscore": "^1.8.5",
"awesome-typescript-loader": "^5.2.0",
"babel-eslint": "~10.0.3",
"babel-loader": "^8.0.6",
"chai": "~4.1.2",
"chai-as-promised": "^7.1.1",
"copyfiles": "^2.4.1",
"coveralls": "^3.0.2",
"enhanced-resolve": "^3.4.1",
"eslint": "^5.6.1",
"eslint-config-prettier": "^5.0.0",
"eslint-plugin-prettier": "^3.1.0",
"imports-loader": "~0.7.1",
"istanbul": "~0.4.5",
"jasmine-core": "~2.9.1",
"json-loader": "~0.5.7",
"loader-utils": "^1.1.0",
"mocha": "^7.2.0",
"mocha-lcov-reporter": "^1.3.0",
"nock": "^9.1.6",
"nyc": "^15.0.0-beta.0",
"prettier": "^1.18.2",
"proxyquire": "^2.0.1",
"rimraf": "^2.7.1",
"sinon": "^7.2.4",
"sinon-chai": "^3.3.0",
"source-map-loader": "^0.2.1",
"source-map-support": "^0.4.18",
"standard-version": "^9.3.0",
"superagent": "^3.8.2",
"ts-mock-imports": "^1.2.6",
"ts-node": "^3.3.0",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"typescript": "^3.3.3",
"webpack": "^4.45.0",
"webpack-cli": "^4.3.1"
}
}