summaryrefslogtreecommitdiff
path: root/spec/contracts/consumer/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'spec/contracts/consumer/package.json')
-rw-r--r--spec/contracts/consumer/package.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/spec/contracts/consumer/package.json b/spec/contracts/consumer/package.json
new file mode 100644
index 00000000000..6d3feaa6d4c
--- /dev/null
+++ b/spec/contracts/consumer/package.json
@@ -0,0 +1,26 @@
+{
+ "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"
+ }
+}