-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.4 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
{
"name": "cdkit.ui.automation",
"version": "0.8.1",
"description": "Appium infrastructure to run Appium tests on iOS simulators and Genymotion emulators.",
"main": "cli.js",
"private": true,
"scripts": {
"pretest": "./node_modules/.bin/eslint .",
"test": "./node_modules/.bin/mocha --reporter spec",
"test:coverage": "./node_modules/.bin/nyc npm test"
},
"repository": {
"type": "git",
"url": "ssh://git@github.com:timoa/cdkit.ui.automation.git"
},
"keywords": [
"appium",
"titanium",
"mobile"
],
"author": "Wilson Luu",
"contributors": [
{
"name": "Damien Laureaux",
"url": "https://timoa.com"
}
],
"license": "ISC",
"homepage": "https://github.com/timoa/cdkit.ui.automation#readme",
"dependencies": {
"appium": "1.22.3",
"chai": "3.5.0",
"chai-as-promised": "6.0.0",
"commander": "3.0.2",
"mocha": "10.2.0",
"q": "2.0.3",
"wd": "1.14.0",
"winston": "3.10.0"
},
"engines": {
"node": ">=16.0",
"npm": ">=8.6.0"
},
"os": [
"linux",
"win32",
"darwin"
],
"devDependencies": {
"acorn": "8.10.0",
"acorn-jsx": "5.3.2",
"eslint": "5.16.0",
"eslint-config-airbnb": "17.1.1",
"eslint-config-prettier": "4.3.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.33.0",
"espree": "9.6.1",
"nyc": "15.1.0"
}
}