Created
April 30, 2020 01:13
-
-
Save eduardopc/c30206a6d834edad8c3072eb2ea34f76 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "testes-de-contrato", | |
"version": "1.0.0", | |
"description": "", | |
"main": "index.js", | |
"scripts": { | |
"test:consumer": "jest --runInBand __tests__/contract/consumer/consumer.spec.js" | |
}, | |
"keywords": [], | |
"author": "", | |
"license": "ISC", | |
"dependencies": { | |
"axios": "^0.19.2", | |
"dotenv": "^8.2.0" | |
}, | |
"devDependencies": { | |
"@babel/preset-env": "^7.9.5", | |
"@pact-foundation/pact": "^9.10.0", | |
"@pact-foundation/pact-node": "^10.9.2", | |
"babel-jest": "^25.5.0", | |
"jest": "^25.5.0", | |
"json-server": "^0.16.1" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment