mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 06:47:25 +00:00
55 lines
1.5 KiB
JSON
55 lines
1.5 KiB
JSON
{
|
|
"name": "@rocket.chat/queue-worker",
|
|
"private": true,
|
|
"version": "0.1.5-rc.9",
|
|
"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": {
|
|
"@react-pdf/renderer": "^3.1.12",
|
|
"@rocket.chat/core-services": "workspace:^",
|
|
"@rocket.chat/core-typings": "workspace:^",
|
|
"@rocket.chat/emitter": "0.31.24",
|
|
"@rocket.chat/model-typings": "workspace:^",
|
|
"@rocket.chat/models": "workspace:^",
|
|
"@rocket.chat/omnichannel-services": "workspace:^",
|
|
"@types/node": "^14.18.51",
|
|
"ejson": "^2.2.3",
|
|
"emoji-toolkit": "^7.0.1",
|
|
"eventemitter3": "^4.0.7",
|
|
"fibers": "^5.0.3",
|
|
"mem": "^8.1.1",
|
|
"moleculer": "^0.14.29",
|
|
"moment-timezone": "^0.5.43",
|
|
"mongo-message-queue": "^1.0.0",
|
|
"mongodb": "^4.12.1",
|
|
"nats": "^2.4.0",
|
|
"pino": "^8.4.2",
|
|
"polka": "^0.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@rocket.chat/eslint-config": "workspace:^",
|
|
"@types/eslint": "~8.40.2",
|
|
"@types/polka": "^0.5.4",
|
|
"eslint": "~8.43.0",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "~5.1.3"
|
|
},
|
|
"main": "./dist/ee/apps/queue-worker/src/service.js",
|
|
"files": [
|
|
"/dist"
|
|
],
|
|
"volta": {
|
|
"extends": "../../../package.json"
|
|
}
|
|
}
|