-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
66 lines (66 loc) · 1.73 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
{
"name": "testcafe-browser-provider-electron",
"version": "0.0.21",
"description": "TestCafe browser provider plugin for testing applications built with Electron.",
"repository": "https://github.com/DevExpress/testcafe-browser-provider-electron",
"homepage": "https://github.com/DevExpress/testcafe-browser-provider-electron",
"author": {
"name": "Developer Express Inc.",
"url": "https://devexpress.com"
},
"main": "lib/index.js",
"files": [
"lib",
"utils",
"templates",
"ts-defs"
],
"scripts": {
"test": "gulp test",
"publish-please": "del-cli node_modules && npm i && publish-please",
"prepublish": "publish-please guard"
},
"keywords": [
"testcafe",
"browser provider",
"plugin",
"electron"
],
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.24.1",
"chrome-remote-interface": "^0.31.3",
"debug": "4.3.1",
"dedent": "^0.7.0",
"lodash": "^4.17.21",
"mustache": "^2.3.0",
"node-ipc": "9.2.1",
"os-family": "^1.0.0",
"pify": "^2.3.0",
"pinkie": "^2.0.4",
"promisify-event": "^1.0.0",
"proxyquire": "^1.7.10"
},
"peerDependencies": {
"testcafe": "latest"
},
"devDependencies": {
"@babel/core": "^7.24.1",
"@babel/eslint-parser": "^7.24.1",
"@babel/plugin-transform-runtime": "7.24.1",
"@babel/preset-env": "^7.24.1",
"@electron/remote": "^2.0.1",
"@testcafe/publish-please": "^5.6.0",
"asar": "^2.0.1",
"babel-plugin-add-module-exports": "^0.2.1",
"del": "^2.0.0",
"electron": "^22.3.21",
"eslint": "^8.0.0",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-eslint": "^6.0.0",
"testcafe": "latest",
"tmp": "0.0.28"
},
"types": "./ts-defs/index.d.ts"
}