Skip to content

Instantly share code, notes, and snippets.

@eduardopc
Created April 30, 2020 01:13
Show Gist options
  • Save eduardopc/c30206a6d834edad8c3072eb2ea34f76 to your computer and use it in GitHub Desktop.
Save eduardopc/c30206a6d834edad8c3072eb2ea34f76 to your computer and use it in GitHub Desktop.
{
"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