@knowcode/screenshotfetch
Version:
Web application spider with screenshot capture and customer journey documentation. Automate user flow documentation with authentication support.
63 lines • 1.49 kB
JSON
{
"name": "@knowcode/screenshotfetch",
"version": "1.0.0",
"description": "Web application spider with screenshot capture and customer journey documentation. Automate user flow documentation with authentication support.",
"main": "index.js",
"bin": {
"screenshotfetch": "./cli.js"
},
"files": [
"index.js",
"capture.js",
"cookie-handler.js",
"cli.js",
"lib/",
"README.md",
"LICENSE"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run test-package",
"test-package": "npm pack --dry-run",
"check-package": "npm pack && tar -tf *.tgz && rm -f *.tgz"
},
"keywords": [
"screenshot",
"puppeteer",
"capture",
"cookie-consent",
"web-scraping",
"web-spider",
"customer-journey",
"documentation",
"flow-mapping",
"automation",
"testing",
"user-flows",
"authentication",
"crawler"
],
"author": "KnowCode",
"license": "MIT",
"homepage": "https://github.com/knowcode/screenshotfetch#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/knowcode/screenshotfetch.git"
},
"bugs": {
"url": "https://github.com/knowcode/screenshotfetch/issues"
},
"dependencies": {
"puppeteer": "^24.15.0",
"commander": "^11.0.0",
"chalk": "^4.1.2",
"uuid": "^9.0.0",
"url-parse": "^1.5.10"
},
"engines": {
"node": ">=16.0.0"
},
"publishConfig": {
"access": "public"
}
}