-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
executable file
·60 lines (60 loc) · 1.51 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
{
"name": "klassi-js",
"version": "5.2.0",
"description": "A debuggable Javascript testing framework using webdriverio",
"creator": {
"name": "Larry Goddard",
"email": "[email protected]",
"twitter": "https://twitter.com/larryG_01",
"linkedin": "https://linkedin.com/in/larryg",
"youtube": "https://youtube.com/@LarryG_01"
},
"license": "MIT",
"engines": {
"node": ">=16",
"yarn": ">=1.22.0"
},
"keywords": [
"api testing",
"bdd",
"lambdatest",
"cucumber-js",
"javascript",
"klassi-js",
"klassijs",
"testing framework",
"test automation",
"webdriverio"
],
"repository": {
"type": "git",
"url": "https://github.com/klassijs/klassi-js.git"
},
"browser": "index.js",
"homepage": "https://github.com/klassijs/klassi-js#readme",
"bugs": {
"url": "https://github.com/klassijs/klassi-js/issues"
},
"scripts": {
"dev": "node index.js --disableReport --tags",
"pkgcheck": "yarn install --check-files"
},
"dependencies": {
"@cucumber/cucumber": "^9.1.2",
"@cucumber/pretty-formatter": "^1.0.0",
"async": "^3.2.4",
"chai": "^4.3.7",
"commander": "^10.0.0",
"cosmiconfig": "^8.0.0",
"cucumber-junit": "^1.7.1",
"dotenv": "^16.0.3",
"fs-extra": "^11.1.0",
"klassijs-cucumber-html-reporter": "^6.0.0",
"merge": "^2.1.1",
"prettier": "^2.8.1",
"recursive-readdir": "^2.2.3",
"require-dir": "^1.2.0",
"text-files-loader": "^1.0.5",
"webdriverio": "^8.10.2"
}
}