Bumps [@google-cloud/logging-winston](https://github.com/googleapis/nodejs-logging-winston) from 4.2.2 to 5.1.1. - [Release notes](https://github.com/googleapis/nodejs-logging-winston/releases) - [Changelog](https://github.com/googleapis/nodejs-logging-winston/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/nodejs-logging-winston/compare/v4.2.2...v5.1.1) --- updated-dependencies: - dependency-name: "@google-cloud/logging-winston" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
28 lines
812 B
JSON
28 lines
812 B
JSON
{
|
|
"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": "^5.1.1",
|
|
"@google-cloud/storage": "^5.18.1",
|
|
"@sentry/serverless": "^6.13.3",
|
|
"axios": "^0.27.2",
|
|
"chrome-aws-lambda": "^10.1.0",
|
|
"dotenv": "^8.2.0",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"linkedom": "^0.14.9",
|
|
"luxon": "^2.3.1",
|
|
"puppeteer-core": "^15.4.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"
|
|
}
|
|
}
|