{ "name": "lambda-scraper", "version": "1.0.0", "description": "Use AWS Lambda functions as a proxy pool to scrape web pages.", "main": "proxy.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/teticio/lambda-scraper.git" }, "keywords": [ "proxy", "terraform", "lambda-functions", "scraping" ], "author": "Robert Dargavel Smith", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/teticio/lambda-scraper/issues" }, "homepage": "https://github.com/teticio/lambda-scraper#readme", "dependencies": { "@aws-crypto/sha256-js": "^5.2.0", "@aws-sdk/credential-provider-node": "^3.451.0", "@smithy/signature-v4": "^2.0.15", "axios": "^1.6.2" } }