Files
getting-started/pact/pact-node-provider/package.json
2018-11-08 21:49:22 +01:00

24 lines
705 B
JSON

{
"name": "test",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"pact:providerTests": "node ./pact/provider_tests.js",
"pact:providerTests:graphql": "node ./pact/provider_tests_graphql.js",
"test:pact": "start-server-and-test start http://localhost:3000 pact:providerTests",
"test:pact:graphql": "start-server-and-test start http://localhost:3000 pact:providerTests:graphql"
},
"dependencies": {
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.16.0",
"express-graphql": "^0.7.1",
"morgan": "~1.9.0"
},
"devDependencies": {
"@pact-foundation/pact": "7.0.3",
"start-server-and-test": "^1.7.5"
}
}