webshothq
Version:
High-quality website screenshot tool with customizable viewport dimensions
38 lines (37 loc) • 814 B
JSON
{
"name": "webshothq",
"version": "1.0.2",
"description": "High-quality website screenshot tool with customizable viewport dimensions",
"main": "index.js",
"bin": {
"webshothq": "index.js"
},
"scripts": {
"start": "node index.js"
},
"keywords": [
"screenshot",
"website",
"puppeteer",
"capture",
"webshot",
"high-quality"
],
"author": "Kapási Fülöp <fulop@larasoft.hu>",
"license": "MIT",
"dependencies": {
"puppeteer": "^24.7.0",
"open": "^10.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kapasifulop/webshothq.git"
},
"bugs": {
"url": "https://github.com/kapasifulop/webshothq/issues"
},
"homepage": "https://github.com/kapasifulop/webshothq#readme",
"engines": {
"node": ">=14.0.0"
}
}