-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 1.22 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "pusakatest",
"version": "2.4.2",
"description": "pusakatest is an automation testing tool based on pactum using bdd (cucumber) style",
"type": "module",
"main": "index.js",
"bin": "bin/create-project",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/depapp/pusakatest.git"
},
"author": "@depapp",
"license": "MIT",
"bugs": {
"url": "https://github.com/depapp/pusakatest/issues"
},
"homepage": "https://github.com/depapp/pusakatest#readme",
"dependencies": {
"arg": "^4.1.0",
"chalk": "^2.4.2",
"clear": "^0.1.0",
"esm": "^3.2.25",
"execa": "^1.0.0",
"figlet": "^1.5.2",
"inquirer": "^6.2.2",
"listr": "^0.14.3",
"ncp": "^2.0.0",
"pkg-install": "^0.2.0"
},
"files": [
"bin/",
"src/",
"templates/"
],
"keywords": [
"api",
"REST",
"automation",
"testing",
"component",
"service",
"contract",
"integration",
"e2e",
"fuzz",
"bdd",
"tdd",
"cucumber",
"mocha",
"jest",
"mock",
"server",
"JSON",
"pactum",
"pactumjs",
"microservice",
"microservices",
"test",
"http",
"GraphQL"
]
}