non_npm_packages: cobalt-intelligence/puppeteer-stealth-on-lambda, package.json
This data as json
commit | contents | organization | path | repository |
---|---|---|---|---|
0aba3e028fd0dbfc31256133f32fe1cd4d96e269 | { "author": "Jordan Hansen", "bugs": { "url": "https://github.com/cobalt-intelligence/puppeteer-stealth-on-lambda/issues" }, "dependencies": { "@infosimples/node_two_captcha": "^1.1.0", "chrome-aws-lambda": "^10.1.0", "puppeteer-core": "^11.0.0", "puppeteer-extra": "^3.2.3", "puppeteer-extra-plugin-recaptcha": "^3.5.0", "puppeteer-extra-plugin-stealth": "^2.9.0" }, "description": "How to set up puppeteer-stealth for use on AWS Lambda. This repository will also have examples of solving captchas with Puppeteer.", "devDependencies": { "@types/node": "^16.11.7", "typescript": "^4.4.4" }, "homepage": "https://github.com/cobalt-intelligence/puppeteer-stealth-on-lambda#readme", "keywords": [ "typescript", "web", "scraping", "puppeteer-stealth", "on", "lambda" ], "license": "ISC", "main": "./dist/index", "name": "puppeteer-stealth-on-lambda", "repository": { "type": "git", "url": "git+ssh://git@github.com/cobalt-intelligence/puppeteer-stealth-on-lambda.git" }, "scripts": { "build": "rm -rf ./dist && tsc", "sendToLambda": "npm run zip && aws s3 cp function.zip s3://chrome-aws && rm function.zip && aws lambda update-function-code --function-name puppeteer-examples --s3-bucket chrome-aws --s3-key function.zip", "zip": "npm run build && 7z a -r function.zip ./dist/* node_modules/" }, "version": "1.0.0" } |
cobalt-intelligence | package.json | cobalt-intelligence/puppeteer-stealth-on-lambda |