-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 860 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
{
"name": "page-capturer",
"version": "1.0.1",
"description": "Captures a screenshot of any webpage. And that's all...",
"homepage": "https://github.com/sefinek/node-page-capturer#readme",
"bugs": {
"url": "https://github.com/sefinek/node-page-capturer/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sefinek/node-page-capturer.git"
},
"license": "MIT",
"author": "Sefinek <[email protected]> (https://sefinek.net)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"up": "ncu -u && npm install && npm update && npm audit fix"
},
"dependencies": {
"puppeteer": "^23.6.1",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"globals": "^15.11.0"
}
}