@browserless/screenshot
Version:
Capture high-quality screenshots of websites with overlay support, device emulation, and automated image optimization.
76 lines (75 loc) • 1.8 kB
JSON
{
"name": "@browserless/screenshot",
"description": "Capture high-quality screenshots of websites with overlay support, device emulation, and automated image optimization.",
"homepage": "https://browserless.js.org/#/?id=screenshoturl-options",
"version": "13.1.0",
"main": "src/index.js",
"author": {
"email": "hello@microlink.io",
"name": "microlink.io",
"url": "https://microlink.io"
},
"repository": {
"directory": "packages/screenshot",
"type": "git",
"url": "git+https://github.com/microlinkhq/browserless.git#master"
},
"bugs": {
"url": "https://github.com/microlinkhq/browserless/issues"
},
"keywords": [
"automation",
"browserless",
"chrome",
"device-emulation",
"headless",
"image",
"jpeg",
"overlay",
"png",
"puppeteer",
"screenshot",
"web-capture"
],
"dependencies": {
"@browserless/goto": "13.1.0",
"@kikobeats/content-type": "~1.0.4",
"@kikobeats/time-span": "~1.0.12",
"automad-prism-themes": "~0.3.7",
"debug-logfmt": "~1.4.10",
"got": "~11.8.6",
"is-html-content": "~1.0.0",
"is-url-http": "~2.3.13",
"lodash": "~4.18.1",
"map-values-deep": "~1.0.2",
"mime": "~3.0.0",
"null-prototype-object": "~1.2.6",
"p-reflect": "~2.1.0",
"pretty-ms": "~7.0.1",
"prism-themes": "~1.9.0",
"sharp": "~0.34.5",
"svg-gradient": "~1.0.4"
},
"devDependencies": {
"@browserless/test": "13.1.0",
"ava": "5",
"cheerio": "latest"
},
"engines": {
"node": ">= 24"
},
"files": [
"scripts",
"src"
],
"scripts": {
"test": "ava"
},
"license": "MIT",
"ava": {
"serial": true,
"timeout": "2m",
"workerThreads": false
},
"gitHead": "5f117c60ca3a4bea5d8905a41abccedd10a99fc7"
}