-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.39 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
{
"name": "testcafe-browser-provider-puppeteer-chromium",
"version": "1.0.5",
"description": "puppeteer-chromium TestCafe browser provider plugin.",
"repository": "https://github.com/stefanschenk/testcafe-browser-provider-puppeteer-chromium",
"homepage": "https://github.com/stefanschenk/testcafe-browser-provider-puppeteer-chromium",
"author": {
"name": "Stefan Schenk",
"email": "[email protected]"
},
"main": "lib/index",
"files": [
"lib",
"ts-defs"
],
"scripts": {
"build": "gulp build",
"test": "echo \"Error: no test specified\" && exit 0",
"publish-please": "publish-please"
},
"keywords": [
"testcafe",
"browser provider",
"plugin",
"puppeteer",
"chromium"
],
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.8.4",
"prettier": "^1.19.1",
"puppeteer": "1.19.0",
"testcafe-browser-tools": "^2.0.8"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"babel-eslint": "^10.0.3",
"babel-plugin-add-module-exports": "^1.0.2",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-eslint": "^6.0.0",
"publish-please": "^5.5.1",
"testcafe": "*"
},
"peerDependencies": {
"testcafe": "*"
},
"types": "./ts-defs/index.d.ts"
}