forked from rialto-php/puphpeteer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 844 Bytes
/
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
{
"name": "@nesk/puphpeteer",
"version": "2.0.0",
"description": "A Puppeteer bridge for PHP, supporting the entire API.",
"keywords": [
"php",
"puppeteer",
"headless-chrome",
"testing",
"web",
"developer-tools",
"automation"
],
"author": {
"name": "Johann Pardanaud",
"email": "[email protected]",
"url": "https://johann.pardanaud.com/"
},
"license": "MIT",
"repository": "github:nesk/puphpeteer",
"engines": {
"node": ">=9.0.0"
},
"dependencies": {
"@nesk/rialto": "^1.2.1",
"puppeteer": "~5.5.0",
"dotenv": "^10.0.0",
"puppeteer-extra": "^3.2.3",
"puppeteer-extra-plugin-recaptcha": "^3.5.0",
"puppeteer-extra-plugin-stealth": "^2.4.5"
},
"devDependencies": {
"@types/yargs": "^15.0.10",
"typescript": "^4.1.2",
"yargs": "^16.1.1"
}
}