-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 962 Bytes
/
package.json
File metadata and controls
48 lines (48 loc) · 962 Bytes
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
{
"name": "chromedriver-proxy",
"version": "1.0.6",
"description": "An extensible proxy to chromedriver",
"keywords": [
"selenium",
"chrome",
"chromedriver",
"headless"
],
"engines": {
"node": ">=8 <11"
},
"author": "Jason Gowan",
"license": "MIT",
"files": [
"README.md",
"LICENSE.txt",
"index.js",
"package.json",
"package-lock.json",
"bin/",
"lib/"
],
"dependencies": {
"aws-sdk": "^2.1287.0",
"chrome-remote-interface": "*",
"commander": "^2.20.3",
"debug": "^3.2.7",
"get-port": "^3.2.0",
"http-proxy": "^1.18.1",
"yarn": "^1.22.18"
},
"devDependencies": {
"chai": "^4.3.7",
"js-yaml": "^3.14.1",
"mocha": "^9.2.2",
"node-simple-router": "^0.10.2",
"pkg.json": "*",
"selenium-webdriver": "~4.1.0"
},
"scripts": {
"test": "./scripts/run-tests.sh"
},
"bin": {
"chromedriver-proxy": "./bin/chromedriver-proxy"
}
}