mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Bumps [@google-cloud/tasks](https://github.com/googleapis/google-cloud-node/tree/HEAD/packages/google-cloud-tasks) from 4.1.0 to 6.2.0. - [Release notes](https://github.com/googleapis/google-cloud-node/releases) - [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-tasks/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-cloud-node/commits/dlp-v6.2.0/packages/google-cloud-tasks) --- updated-dependencies: - dependency-name: "@google-cloud/tasks" dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
36 lines
989 B
JSON
36 lines
989 B
JSON
{
|
|
"name": "@omnivore/queue-manager",
|
|
"version": "1.0.0",
|
|
"main": "build/src/index.js",
|
|
"files": [
|
|
"build/src"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"test": "yarn mocha -r ts-node/register --config mocha-config.json",
|
|
"test:typecheck": "tsc --noEmit",
|
|
"lint": "eslint src --ext ts,js,tsx,jsx",
|
|
"compile": "tsc",
|
|
"build": "tsc",
|
|
"start": "functions-framework --target=queueManager",
|
|
"dev": "concurrently \"tsc -w\" \"nodemon --watch ./build/ --exec npm run start\""
|
|
},
|
|
"devDependencies": {
|
|
"@types/node-fetch": "^2.6.6",
|
|
"chai": "^4.3.6",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"mocha": "^10.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@google-cloud/functions-framework": "3.4.5",
|
|
"@google-cloud/monitoring": "^4.0.0",
|
|
"@google-cloud/tasks": "^6.2.0",
|
|
"@sentry/serverless": "^7.77.0",
|
|
"axios": "^1.4.0",
|
|
"dotenv": "^16.0.1",
|
|
"jsonwebtoken": "^8.5.1"
|
|
},
|
|
"volta": {
|
|
"extends": "../../package.json"
|
|
}
|
|
}
|