-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
67 lines (67 loc) · 1.75 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
{
"name": "testcafe-browser-tools",
"version": "2.0.26",
"description": "An utility library for performing platform-dependent actions on browsers.",
"homepage": "https://github.com/DevExpress/testcafe-browser-tools",
"bugs": "https://github.com/DevExpress/testcafe-browser-tools/issues",
"license": "MIT",
"author": "Developer Express Inc.",
"repository": {
"type": "git",
"url": "https://github.com/DevExpress/testcafe-browser-tools.git"
},
"engines": {
"node": ">= 0.10"
},
"dependencies": {
"array-find": "^1.0.0",
"debug": "^4.3.1",
"dedent": "^0.7.0",
"del": "^5.1.0",
"execa": "^3.3.0",
"fs-extra": "^10.0.0",
"graceful-fs": "^4.1.11",
"linux-platform-info": "^0.0.3",
"lodash": "^4.17.21",
"mkdirp": "^0.5.1",
"mustache": "^2.1.2",
"nanoid": "^3.1.31",
"os-family": "^1.0.0",
"pify": "^2.3.0",
"pinkie": "^2.0.1",
"read-file-relative": "^1.2.0",
"which-promise": "^1.0.0"
},
"devDependencies": {
"@testcafe/publish-please": "^5.6.0",
"body-parser": "^1.13.2",
"chai": "^3.2.0",
"dmd-plugin-async": "^0.1.1",
"eslint-plugin-no-only-tests": "^2.4.0",
"express": "^4.17.1",
"gulp": "^4.0.2",
"gulp-chmod": "^1.3.0",
"gulp-eslint": "^6.0.0",
"gulp-flatten": "^0.4.0",
"gulp-mocha-simple": "^2.0.0",
"gulp-msbuild": "^0.11.0",
"hogan-express": "^0.5.2",
"jsdoc-to-markdown": "^7.1.1",
"proxyquire": "^2.1.3",
"tar-stream": "^1.5.5",
"through2": "^2.0.0",
"tmp": "0.0.33",
"typescript": "^4.8.3"
},
"scripts": {
"test": "gulp test",
"publish-please": "publish-please",
"prepublish": "publish-please guard"
},
"main": "./lib/index",
"files": [
"lib",
"bin",
"data"
]
}