Bumps [@google-cloud/functions-framework](https://github.com/GoogleCloudPlatform/functions-framework-nodejs) from 1.9.0 to 3.0.0. - [Release notes](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/releases) - [Changelog](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/blob/master/CHANGELOG.md) - [Commits](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v1.9.0...v3.0.0) --- updated-dependencies: - dependency-name: "@google-cloud/functions-framework" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
28 lines
808 B
JSON
28 lines
808 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": "^4.1.2",
|
|
"@google-cloud/storage": "^5.18.1",
|
|
"@sentry/serverless": "^6.13.3",
|
|
"axios": "^0.26.0",
|
|
"chrome-aws-lambda": "^7.0.0",
|
|
"dotenv": "^8.2.0",
|
|
"jsdom": "^17.0.0",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"luxon": "^1.26.0",
|
|
"puppeteer-core": "^7.1.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"
|
|
}
|
|
}
|