forked from smashtestio/smashtest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.41 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
66
67
68
69
70
71
72
{
"name": "smashtest",
"version": "1.4.1-beta",
"description": "smashtest",
"keywords": [
"smashtest",
"smashtestio",
"test",
"tests",
"testing",
"framework",
"automated",
"automation",
"browser",
"bdd",
"tdd",
"selenium",
"webdriver",
"webdriverjs",
"functional",
"integration",
"e2e",
"qa",
"ui",
"api",
"mocks",
"runner",
"ci",
"cd"
],
"author": "smashtest <smashtest.io>",
"license": "MIT",
"homepage": "smashtest.io",
"dependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chalk": "^2.4.2",
"cli-progress": "^2.1.1",
"date-and-time": "^0.10.0",
"get-port": "^5.0.0",
"glob": "^7.1.3",
"jimp": "^0.6.4",
"lodash": "^4.17.15",
"md5": "^2.2.1",
"mustache": "^3.0.1",
"read-files-promise": "^1.1.1",
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"selenium-webdriver": "^4.0.0-alpha.1",
"ws": "^7.0.0"
},
"devDependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"express": "^4.17.1",
"util": "^0.11.1"
},
"repository": {
"type": "git",
"url": "https://github.com/smashtestio/smashtest.git"
},
"files": [
"src/**",
"packages/**"
],
"scripts": {
"test": "nyc --reporter=lcov mocha tests/core/*.js tests/packages/*.js"
},
"bin": {
"smashtest": "./src/cli.js"
}
}