{ "name": "@rocket.chat/authorization-service", "private": true, "version": "0.4.17", "description": "Rocket.Chat Authorization 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/model-typings": "workspace:^", "@rocket.chat/models": "workspace:^", "@rocket.chat/network-broker": "workspace:^", "@rocket.chat/rest-typings": "workspace:^", "@rocket.chat/string-helpers": "~0.31.25", "@rocket.chat/tracing": "workspace:^", "@types/node": "~20.16.12", "ejson": "^2.2.3", "event-loop-stats": "^1.4.1", "eventemitter3": "^4.0.7", "gc-stats": "^1.4.1", "mem": "^8.1.1", "moleculer": "^0.14.34", "mongodb": "patch:mongodb@npm%3A4.17.2#~/.yarn/patches/mongodb-npm-4.17.2-40d1286d70.patch", "nats": "^2.4.0", "pino": "^8.15.0", "polka": "^0.5.2" }, "devDependencies": { "@rocket.chat/eslint-config": "workspace:^", "@types/gc-stats": "^1.4.3", "@types/polka": "^0.5.7", "eslint": "~8.45.0", "ts-node": "^10.9.2", "typescript": "~5.6.3" }, "main": "./dist/ee/apps/authorization-service/src/service.js", "files": [ "/dist" ] }