Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « consumer « contracts « qa - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b4a3f59e89eb2a4fe2b433ae9b23e6e60ddedc58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "consumer",
  "version": "1.0.0",
  "description": "consumer side contract testing",
  "license": "MIT",
  "repository": "https://gitlab.com/gitlab-org/gitlab.git",
  "dependencies": {
    "@pact-foundation/pact": "^9.17.2",
    "axios": "^0.26.0",
    "jest": "^27.5.1",
    "jest-pact": "^0.9.1",
    "prettier": "^2.5.1"
  },
  "scripts": {
    "test": "jest specs/ --runInBand"
  }
}