{ "name": "@omnivore/puppeteer-parse", "version": "1.0.0", "description": "Google Cloud Function that accepts URL of the article and parses its content", "main": "index.js", "dependencies": { "@google-cloud/logging-winston": "^4.1.2", "@google-cloud/storage": "^5.18.1", "@sentry/serverless": "^6.13.3", "axios": "^0.26.0", "chrome-aws-lambda": "^10.1.0", "dotenv": "^8.2.0", "jsdom": "^19.0.0", "jsonwebtoken": "^8.5.1", "luxon": "^2.3.1", "puppeteer-extra": "^3.2.3", "puppeteer-extra-plugin-adblocker": "^2.12.0", "puppeteer-extra-plugin-stealth": "^2.9.0", "winston": "^3.3.3" }, "devDependencies": { "@google-cloud/functions-framework": "^3.0.0" }, "scripts": { "start": "npx functions-framework --port=9090 --target=puppeteer", "start_preview": "npx functions-framework --target=preview", "test": "yarn mocha" } }