Bumps [@sentry/serverless](https://github.com/getsentry/sentry-javascript) from 6.19.3 to 7.77.0. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/6.19.3...7.77.0) --- updated-dependencies: - dependency-name: "@sentry/serverless" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
28 lines
724 B
JSON
28 lines
724 B
JSON
{
|
|
"name": "@omnivore/content-fetch",
|
|
"version": "1.0.0",
|
|
"description": "Service that fetches page content from a URL",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"dotenv": "^8.2.0",
|
|
"express": "^4.17.1",
|
|
"@google-cloud/functions-framework": "^3.0.0",
|
|
"@omnivore/puppeteer-parse": "^1.0.0",
|
|
"@sentry/serverless": "^7.77.0",
|
|
"winston": "^3.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.3.6",
|
|
"mocha": "^10.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "node app.js",
|
|
"start_gcf": "npx functions-framework --port=9090 --target=puppeteer",
|
|
"start_preview": "npx functions-framework --target=preview",
|
|
"test": "mocha test/*.js"
|
|
},
|
|
"volta": {
|
|
"extends": "../../package.json"
|
|
}
|
|
}
|