-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.22 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.22 KB
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": "@requestly/rq-automation",
"version": "1.0.0",
"description": "Package for using Requestly in automation testing frameworks like Selenium, Playwright, and Puppeteer.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/requestly/requestly-automation.git"
},
"author": "Requestly <contact@requestly.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/requestly/requestly-automation/issues"
},
"homepage": "https://requestly.com/",
"engines": {
"node": ">=v18.20.8"
},
"scripts": {
"test": "jest --runInBand"
},
"keywords": [
"requestly",
"selenium",
"webdriver",
"chrome",
"playwright",
"puppeteer",
"modify",
"headers",
"request headers",
"response headers",
"redirect",
"redirect network requests",
"delay",
"delay network requests",
"throttle",
"throttle network requests"
],
"peerDependencies": {
"selenium-webdriver": "^4.0.0",
"playwright": "^1.0.0",
"puppeteer": "^24.0.0"
},
"devDependencies": {
"chromedriver": "^138.0.3",
"jest": "^29.7.0",
"selenium-webdriver": "^4.34.0",
"playwright": "^1.54.1",
"puppeteer": "^24.14.0"
}
}