26 lines
565 B
JSON
26 lines
565 B
JSON
{
|
|
"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 --runInBand"
|
|
},
|
|
"jest": {
|
|
"transform": {
|
|
"^.+\\.[t|j]sx?$": "babel-jest"
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-env": "^7.18.2",
|
|
"babel-jest": "^28.1.1"
|
|
}
|
|
}
|