-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
50 lines (50 loc) · 1.3 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
{
"name": "CodeSpecJS",
"version": "0.0.1",
"description": "UI Automation testing without writing code",
"main": "index.js",
"scripts": {
"pretest": "webdriver-manager update --versions.chrome 2.43",
"test": "protractor protractor.conf.js --disableChecks",
"ci": "protractor protractor.ci.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/99xt/CodeSpecJS.git"
},
"keywords": [
"Zero Code UI Automation",
"UI Automation",
"Cucumber",
"Protractor",
"Selenium"
],
"author": "Suren Rodrigo",
"license": "MIT",
"bugs": {
"url": "https://github.com/99xt/CodeSpecJS/issues"
},
"homepage": "https://github.com/99xt/CodeSpecJS#readme",
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/chai-as-promised": "0.0.31",
"@types/lodash-es": "^4.17.1",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"cucumber": "^2.2.0",
"cucumber-tsflow": "^2.2.0",
"eslint": "^5.8.0",
"protractor": "^5.4.1",
"protractor-cucumber-framework": "^6.1.1",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^2.9.2"
},
"dependencies": {
"@types/lodash": "^4.14.112",
"csv-parser": "^2.1.0",
"cucumber-html-reporter": "^4.0.4",
"fast-csv": "^2.4.1",
"lodash": "^4.17.15"
}
}