forked from alexschwantes/testcafe-browser-provider-selenium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.33 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
{
"name": "testcafe-browser-provider-selenium",
"version": "1.2.0",
"description": "Selenium TestCafe browser provider plugin.",
"repository": "https://github.com/alexschwantes/testcafe-browser-provider-selenium",
"homepage": "https://github.com/alexschwantes/testcafe-browser-provider-selenium",
"author": {
"name": "Alex Schwantes"
},
"main": "lib/index",
"files": [
"lib"
],
"scripts": {
"test": "gulp test",
"publish-please": "publish-please",
"prepublish": "publish-please guard"
},
"keywords": [
"testcafe",
"browser provider",
"plugin"
],
"license": "MIT",
"dependencies": {
"@babel/runtime-corejs2": "^7.12.13",
"fs": "0.0.2",
"selenium-webdriver": "^4.0.0-alpha.8"
},
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-proposal-json-strings": "^7.12.13",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"babel-eslint": "^10.1.0",
"babel-plugin-add-module-exports": "^1.0.4",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-eslint": "^6.0.0",
"gulp-mocha": "^7.0.0",
"publish-please": "^5.5.2"
}
}