-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.04 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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "codeceptjs-webhook-helper",
"version": "0.0.2",
"description": "CodeceptJS helper for testing webhook calls",
"dependencies": {
"http": "^0.0.1-security"
},
"scripts": {
"example": "cd test && npx codeceptjs run",
"test": "jest"
},
"devDependencies": {
"codeceptjs": "^3.0.4",
"playwright": "1.6.2",
"jest": "^26.6.3",
"axios": "^0.21.1"
},
"keywords": [
"codeceptJS",
"codeceptjs",
"resemblejs",
"e2e",
"codeceptjs-weebhook",
"weebhook"
],
"jest": {
"roots": [
"./tests"
],
"testTimeout": 50000
},
"author": "Semir Turgay <[email protected]>",
"license": "MIT",
"main": "index.js",
"directories": {
"example": "example",
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/onemolegames/codeceptjs-webhook-helper.git"
},
"bugs": {
"url": "https://github.com/onemolegames/codeceptjs-webhook-helper/issues"
},
"homepage": "https://github.com/onemolegames/codeceptjs-webhook-helper#readme"
}