Newer
Older
"name": "rocketchat-services",
"private": true,
"version": "1.0.0",
"description": "Rocket.Chat Authorization service",
"main": "index.js",
"scripts": {
"dev": "pm2 start ecosystem.config.js",
"pm2": "pm2",
"start:account": "ts-node --files ./account/service.ts",
"start:authorization": "ts-node --files ./authorization/service.ts",
"start:ddp-streamer": "ts-node --files ./ddp-streamer/service.ts",
"start:presence": "ts-node --files ./presence/service.ts",
"start:stream-hub": "ts-node --files ./stream-hub/service.ts",
"typecheck": "tsc --noEmit --skipLibCheck",
"build": "tsc",
"build-containers": "npm run build && docker-compose build && rm -rf ./dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"rocketchat"
],
"author": "Rocket.Chat",
"license": "MIT",
"dependencies": {
"@rocket.chat/apps-engine": "^1.31.0",
"@rocket.chat/core-typings": "workspace:^",
dependabot[bot]
committed
"@rocket.chat/emitter": "~0.31.9",
"@rocket.chat/message-parser": "next",
"@rocket.chat/rest-typings": "workspace:^",
"@rocket.chat/string-helpers": "~0.31.9",
dependabot[bot]
committed
"@rocket.chat/ui-kit": "~0.31.9",
"bcrypt": "^5.0.1",
"body-parser": "^1.20.0",
"cookie-parser": "^1.4.6",
"ejson": "^2.2.2",
"eventemitter3": "^4.0.7",
"express": "^4.17.3",
"jaeger-client": "^3.19.0",
"sodium-native": "^3.3.0",
"sodium-plus": "^0.9.0",
dependabot[bot]
committed
"underscore.string": "^3.3.6",
"@rocket.chat/icons": "^0.31.0",
"@types/cookie-parser": "^1.4.2",
dependabot[bot]
committed
"@types/express": "^4.17.13",
"@types/ws": "^8.5.3",
"pm2": "^5.2.0",
"ts-node": "^10.7.0",
"extends": "../../package.json"