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/packages/presence/package.json

36 lines
823 B

{
"name": "@rocket.chat/presence",
"version": "0.2.47",
"private": true,
"main": "./dist/Presence.js",
"typings": "./dist/Presence.d.ts",
"files": [
"/dist"
],
"scripts": {
"build": "tsc",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"test": "jest",
"testunit": "jest",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@rocket.chat/core-services": "workspace:^",
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/models": "workspace:^",
"mongodb": "6.16.0"
},
"devDependencies": {
"@rocket.chat/apps-engine": "workspace:^",
"@rocket.chat/eslint-config": "workspace:^",
"@rocket.chat/rest-typings": "workspace:^",
"@types/node": "~22.16.5",
"eslint": "~8.45.0",
"jest": "~30.2.0",
"typescript": "~5.9.3"
},
"volta": {
"extends": "../../../package.json"
}
}