forked from digitalnodecom/node-red-contrib-puppeteer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.18 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
{
"name": "@digitalnodecom/node-red-contrib-puppeteer",
"version": "1.2.0",
"description": "NodeRED nodes to control a headless chrome with puppeteer",
"main": "index.js",
"scripts": {},
"author": {
"name": "Riste Ristov",
"email": "[email protected]",
"url": "https://riste.mk"
},
"license": "MIT",
"dependencies": {
"puppeteer": "^13.7.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-adblocker": "^2.13.6",
"puppeteer-extra-plugin-anonymize-ua": "^2.4.6",
"puppeteer-extra-plugin-block-resources": "^2.4.3",
"puppeteer-extra-plugin-recaptcha": "^3.6.8",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"puppeteer-extra-plugin-user-preferences": "^2.4.1"
},
"bugs": {
"url": "https://github.com/digitalnodecom/node-red-contrib-puppeteer/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/digitalnodecom/node-red-contrib-puppeteer"
},
"keywords": [
"chrome",
"browser automation",
"puppeteer",
"node-red"
],
"node-red": {
"version": ">=2.0.0",
"nodes": {
"puppeteer-browser-launch": "puppeteer/browser/launch.js"
}
}
}