{ "name": "rocketchat-services", "private": true, "version": "2.0.38-rc.1", "description": "Rocket.Chat Authorization service", "main": "index.js", "scripts": { "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": "workspace:^", "@rocket.chat/core-services": "workspace:^", "@rocket.chat/core-typings": "workspace:^", "@rocket.chat/emitter": "~0.31.25", "@rocket.chat/message-parser": "workspace:^", "@rocket.chat/model-typings": "workspace:^", "@rocket.chat/models": "workspace:^", "@rocket.chat/network-broker": "workspace:^", "@rocket.chat/rest-typings": "workspace:^", "@rocket.chat/string-helpers": "~0.32.0", "@rocket.chat/ui-kit": "workspace:~", "ajv": "^8.17.1", "bcrypt": "^5.1.1", "body-parser": "^1.20.3", "colorette": "^2.0.20", "cookie": "^0.7.2", "cookie-parser": "^1.4.7", "ejson": "^2.2.3", "eventemitter3": "^5.0.1", "express": "^4.21.2", "jaeger-client": "^3.19.0", "mem": "^8.1.1", "moleculer": "^0.14.35", "mongodb": "6.16.0", "nats": "^2.28.2", "pino": "^8.21.0", "sodium-native": "^4.3.3", "sodium-plus": "^0.9.0", "uuid": "^11.0.3", "ws": "~8.18.3" }, "devDependencies": { "@rocket.chat/icons": "~0.46.0", "@types/cookie": "^0.5.4", "@types/cookie-parser": "^1.4.10", "@types/ejson": "^2.2.2", "@types/express": "^4.17.25", "@types/fibers": "^3.1.4", "@types/node": "~22.16.5", "@types/ws": "^8.5.13", "npm-run-all": "^4.1.5", "pino-pretty": "^7.6.1", "ts-node": "^10.9.2", "typescript": "~5.9.3" }, "volta": { "extends": "../../../../../package.json" } }