-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.08 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
{
"author": {
"name": "hoshomoh",
"email": "[email protected]",
"url": "http://oshomo.oforomeh.com"
},
"bin": {
"codeceptcli": "bin/codecept-cli.js"
},
"bugs": {
"url": "https://github.com/hoshomoh/codecept-cli/issues"
},
"bundleDependencies": false,
"dependencies": {
"chalk": "^4.0.0",
"commander": "^5.0.0",
"figures": "^3.2.0"
},
"deprecated": false,
"description": "Helper functions and commands for codeceptJS.",
"engines": {
"node": ">=8.9.1",
"npm": ">=5.6.0"
},
"es6": true,
"files": [
"bin",
"lib"
],
"keywords": [
"codeceptjs",
"codeceptjs-bdd",
"codeceptjs-cli",
"codeceptjs-testing",
"codeceptjs-e2e",
"end2end",
"end 2 end",
"bdd"
],
"license": "MIT",
"main": "lib/index.js",
"name": "codecept-cli",
"peerDependencies": {
"codeceptjs": "^2.x.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hoshomoh/codecept-cli.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.1.0"
}