-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.19 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "pythonic-ext",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "SECRET_FROM_PACKAGE=${process.env.M_SECRET} node sample.js",
"update-parker": "pact-broker create-or-update-pacticipant --name=SDS -b, --broker-base-url=https://wpvip.pactflow.io --main-branch=add/contract-test-parker",
"start": "node app.js",
"test:contract:record:deployment": "pact-broker record-deployment --broker-base-url=https://wpvip.pactflow.io",
"test:contract-provider": "jest -c jest-contract.config.json -- __tests__/provider.contract-spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iamchughmayank/pythonic-ext.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/iamchughmayank/pythonic-ext/issues"
},
"homepage": "https://github.com/iamchughmayank/pythonic-ext#readme",
"dependencies": {
"@pact-foundation/pact": "^10.4.1",
"express": "^4.18.2",
"jest": "^29.4.3",
"jest-extended": "^3.2.4",
"node-fetch": "^3.3.0"
},
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"@types/jest": "^29.4.0",
"babel-jest": "^29.5.0",
"nock": "^13.3.0"
}
}