The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/ee/server/services/package.json

40 lines
950 B

{
"name": "rocketchat-authorization",
"version": "1.0.0",
"description": "Rocket.Chat Authorization service",
"main": "index.js",
"scripts": {
"dev": "pm2 start ecosystem.config.js",
"pm2": "pm2",
"start": "ts-node index.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": {
"bcrypt": "^5.0.0",
"ejson": "^2.2.0",
"jaeger-client": "^3.18.1",
"mem": "^6.1.0",
"moleculer": "^0.14.10",
"mongodb": "^3.6.1",
"nats": "^1.4.8",
"underscore.string": "^3.3.5",
"uuid": "^7.0.3",
"ws": "^7.2.3"
},
"devDependencies": {
"@types/ejson": "^2.1.2",
"@types/node": "^14.6.4",
"@types/ws": "^7.2.6",
"pm2": "^4.4.1",
"ts-node": "^9.0.0",
"typescript": "^3.9.7"
}
}