Rocket.Chat/ee/apps/queue-worker/package.json
2025-04-03 16:45:16 -04:00

58 lines
1.7 KiB
JSON

{
"name": "@rocket.chat/queue-worker",
"private": true,
"version": "0.4.17",
"description": "Rocket.Chat service",
"scripts": {
"build": "tsc -p tsconfig.json",
"ms": "TRANSPORTER=${TRANSPORTER:-TCP} MONGO_URL=${MONGO_URL:-mongodb://localhost:3001/meteor} ts-node --files src/service.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src",
"typecheck": "tsc --noEmit --skipLibCheck -p tsconfig.json"
},
"keywords": [
"rocketchat"
],
"author": "Rocket.Chat",
"dependencies": {
"@rocket.chat/core-services": "workspace:^",
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/emitter": "~0.31.25",
"@rocket.chat/logger": "workspace:^",
"@rocket.chat/model-typings": "workspace:^",
"@rocket.chat/models": "workspace:^",
"@rocket.chat/network-broker": "workspace:^",
"@rocket.chat/omnichannel-services": "workspace:^",
"@rocket.chat/tracing": "workspace:^",
"@types/node": "~22.14.0",
"ejson": "^2.2.3",
"emoji-toolkit": "^7.0.1",
"event-loop-stats": "^1.4.1",
"eventemitter3": "^5.0.1",
"gc-stats": "^1.4.1",
"mem": "^8.1.1",
"moleculer": "^0.14.35",
"moment-timezone": "^0.5.46",
"mongo-message-queue": "^1.1.0",
"mongodb": "patch:mongodb@npm%3A6.10.0#~/.yarn/patches/mongodb-npm-6.10.0-b914157c35.patch",
"nats": "^2.28.2",
"pino": "^8.21.0",
"polka": "^0.5.2"
},
"devDependencies": {
"@rocket.chat/eslint-config": "workspace:^",
"@types/gc-stats": "^1.4.3",
"@types/polka": "^0.5.7",
"eslint": "~8.45.0",
"ts-node": "^10.9.2",
"typescript": "~5.7.2"
},
"main": "./dist/ee/apps/queue-worker/src/service.js",
"files": [
"/dist"
],
"volta": {
"extends": "../../../package.json"
}
}