-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 932 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
38
{
"name": "puppeteer-batch-screenshots",
"version": "1.1.0",
"description": "Make screenshots of your websites in batch",
"main": "index.js",
"bin": {
"puppeteer-batch-screenshots": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"chrome-cookies-secure": "^2.0.0",
"fs-extra": "^11.1.0",
"puppeteer": "^19.6.3"
},
"keywords": [
"screenshot",
"emulation",
"mobile",
"puppeteer",
"headless",
"chrome"
],
"author": "Alexey Udivankin <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/udivankin/puppeteer-batch-screenshots.git"
},
"bugs": {
"url": "https://github.com/udivankin/puppeteer-batch-screenshots/issues"
},
"homepage": "https://github.com/udivankin/puppeteer-batch-screenshots#readme",
"engines": {
"node": ">=12.13.0"
}
}