-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 870 Bytes
/
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
{
"name": "provider-pact-example",
"version": "2.1.0",
"private": true,
"description": "Complete Contract Testing solution solution for API, which can used by client applications",
"main": "index.js",
"scripts": {
"intro": "cat package.json | jq .scripts",
"lint": "redocly lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sergeyklay/provider-pact-example.git"
},
"keywords": [
"api",
"contracts",
"api-testing",
"contract-testing",
"contract-test",
"pact",
"pact-provider",
"openapi3",
"openapi"
],
"author": "Serghei Iakovlev",
"license": "MIT",
"bugs": {
"url": "https://github.com/sergeyklay/provider-pact-example/issues"
},
"homepage": "https://github.com/sergeyklay/provider-pact-example#readme",
"dependencies": {
"@redocly/cli": "^1.25.11"
}
}