forked from DevExpress/testcafe-browser-provider-electron
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.69 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
{
"name": "testcafe-browser-provider-electron",
"version": "0.0.16",
"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 package-lock.json node_modules && npm i && publish-please",
"prepublish": "publish-please guard"
},
"keywords": [
"testcafe",
"browser provider",
"plugin",
"electron"
],
"license": "MIT",
"dependencies": {
"babel-runtime": "^6.25.0",
"chrome-remote-interface": "^0.27.0",
"debug": "4.1.1",
"dedent": "^0.7.0",
"endpoint-utils": "^1.0.2",
"lodash": "^4.17.4",
"mustache": "^2.3.0",
"node-ipc": "^9.1.0",
"os-family": "^1.0.0",
"pify": "^2.3.0",
"pinkie": "^2.0.4",
"promisify-event": "^1.0.0",
"proxyquire": "^1.7.10"
},
"peerDependencies": {
"testcafe": "*"
},
"devDependencies": {
"asar": "^2.0.1",
"babel-core": "^6.26.3",
"babel-eslint": "^7.2.3",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"del": "^2.0.0",
"electron": "^11.0.3",
"gulp": "^4.0.0",
"gulp-babel": "^7.0.0",
"gulp-eslint": "^3.0.1",
"publish-please": "^5.4.3",
"testcafe": "*",
"tmp": "0.0.28"
},
"types": "./ts-defs/index.d.ts"
}