mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 06:47:25 +00:00
59 lines
1.7 KiB
JSON
59 lines
1.7 KiB
JSON
{
|
|
"name": "@rocket.chat/queue-worker",
|
|
"private": true,
|
|
"version": "0.4.42-rc.1",
|
|
"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.16.5",
|
|
"ejson": "^2.2.3",
|
|
"emoji-toolkit": "^7.0.1",
|
|
"event-loop-stats": "^1.4.1",
|
|
"eventemitter3": "^5.0.1",
|
|
"mem": "^8.1.1",
|
|
"moleculer": "^0.14.35",
|
|
"moment-timezone": "^0.5.48",
|
|
"mongo-message-queue": "^1.1.0",
|
|
"mongodb": "6.16.0",
|
|
"nats": "^2.28.2",
|
|
"pino": "^8.21.0",
|
|
"polka": "^0.5.2",
|
|
"prometheus-gc-stats": "^1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@rocket.chat/eslint-config": "workspace:^",
|
|
"@rocket.chat/tsconfig": "workspace:*",
|
|
"@types/polka": "^0.5.8",
|
|
"@types/prometheus-gc-stats": "^0.6.4",
|
|
"eslint": "~8.45.0",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "~5.9.3"
|
|
},
|
|
"main": "./dist/ee/apps/queue-worker/src/service.js",
|
|
"files": [
|
|
"/dist"
|
|
],
|
|
"volta": {
|
|
"extends": "../../../package.json"
|
|
}
|
|
}
|