mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 06:47:25 +00:00
67 lines
1.8 KiB
JSON
67 lines
1.8 KiB
JSON
{
|
|
"name": "@rocket.chat/ddp-streamer",
|
|
"private": true,
|
|
"version": "0.2.13",
|
|
"description": "Rocket.Chat DDP-Streamer 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/apps-engine": "1.42.2",
|
|
"@rocket.chat/core-services": "workspace:^",
|
|
"@rocket.chat/core-typings": "workspace:^",
|
|
"@rocket.chat/emitter": "~0.31.25",
|
|
"@rocket.chat/instance-status": "workspace:^",
|
|
"@rocket.chat/logger": "workspace:^",
|
|
"@rocket.chat/model-typings": "workspace:^",
|
|
"@rocket.chat/models": "workspace:^",
|
|
"@rocket.chat/rest-typings": "workspace:^",
|
|
"@rocket.chat/string-helpers": "~0.31.25",
|
|
"@rocket.chat/ui-contexts": "workspace:^",
|
|
"colorette": "^1.4.0",
|
|
"ejson": "^2.2.3",
|
|
"event-loop-stats": "^1.4.1",
|
|
"eventemitter3": "^4.0.7",
|
|
"fibers": "^5.0.3",
|
|
"gc-stats": "^1.4.0",
|
|
"jaeger-client": "^3.19.0",
|
|
"mem": "^8.1.1",
|
|
"moleculer": "^0.14.31",
|
|
"mongodb": "^4.17.2",
|
|
"nats": "^2.4.0",
|
|
"pino": "^8.15.0",
|
|
"polka": "^0.5.2",
|
|
"sharp": "^0.32.6",
|
|
"underscore": "^1.13.6",
|
|
"uuid": "^7.0.3",
|
|
"ws": "^8.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@rocket.chat/eslint-config": "workspace:^",
|
|
"@types/ejson": "^2.2.1",
|
|
"@types/gc-stats": "^1.4.2",
|
|
"@types/meteor": "^2.9.8",
|
|
"@types/node": "^14.18.63",
|
|
"@types/polka": "^0.5.6",
|
|
"@types/sharp": "^0.30.5",
|
|
"@types/uuid": "^8.3.4",
|
|
"@types/ws": "^8.5.8",
|
|
"eslint": "~8.45.0",
|
|
"pino-pretty": "^7.6.1",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "~5.3.3"
|
|
},
|
|
"main": "./dist/service.js",
|
|
"files": [
|
|
"/dist"
|
|
]
|
|
}
|