{ "name": "@vendure/job-queue-plugin", "version": "2.2.0-next.2", "license": "MIT", "main": "package/index.js", "types": "package/index.d.ts", "files": [ "package/**/*" ], "private": false, "scripts": { "watch": "tsc -p ./tsconfig.build.json --watch", "build": "rimraf package && tsc -p ./tsconfig.build.json", "lint": "eslint --fix .", "test": "vitest --run", "e2e-wip": "node e2e/check-connection.js || jest --config ../../e2e-common/jest-config.js --runInBand --package=job-queue-plugin", "ci": "yarn build" }, "homepage": "https://www.vendure.io/", "funding": "https://github.com/sponsors/michaelbromley", "publishConfig": { "access": "public" }, "devDependencies": { "@google-cloud/pubsub": "^2.8.0", "@vendure/common": "2.2.0-next.2", "@vendure/core": "2.2.0-next.2", "bullmq": "^5.1.7", "ioredis": "^5.3.2", "rimraf": "^3.0.2", "typescript": "4.9.5" } }