Rocket.Chat/ee/apps/account-service/package.json
rocketchat-github-ci cfc3967cef Release 7.13.0-rc.1
[no ci]
2025-12-02 21:50:45 +00:00

61 lines
1.7 KiB
JSON

{
"name": "@rocket.chat/account-service",
"private": true,
"version": "0.4.42-rc.1",
"description": "Rocket.Chat Account 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/logger": "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/tools": "workspace:^",
"@rocket.chat/tracing": "workspace:^",
"@types/node": "~22.16.5",
"bcrypt": "^5.1.1",
"ejson": "^2.2.3",
"event-loop-stats": "^1.4.1",
"eventemitter3": "^5.0.1",
"mem": "^8.1.1",
"moleculer": "^0.14.35",
"mongodb": "6.16.0",
"nats": "^2.28.2",
"pino": "^8.21.0",
"polka": "^0.5.2",
"prometheus-gc-stats": "^1.1.0",
"uuid": "^11.0.3"
},
"devDependencies": {
"@rocket.chat/eslint-config": "workspace:^",
"@rocket.chat/tsconfig": "workspace:*",
"@types/bcrypt": "^5.0.2",
"@types/polka": "^0.5.8",
"@types/prometheus-gc-stats": "^0.6.4",
"eslint": "~8.45.0",
"ts-node": "^10.9.2",
"typescript": "~5.9.3"
},
"main": "./dist/ee/apps/account-service/src/service.js",
"files": [
"/dist"
],
"volta": {
"extends": "../../../package.json"
}
}