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

37 lines
968 B

{
"name": "@rocket.chat/presence",
"version": "0.0.2",
"private": true,
"devDependencies": {
"@babel/core": "~7.22.5",
"@babel/preset-env": "~7.22.5",
"@babel/preset-typescript": "~7.22.5",
"@rocket.chat/apps-engine": "1.39.1",
"@rocket.chat/eslint-config": "workspace:^",
"@rocket.chat/rest-typings": "workspace:^",
"@types/node": "^14.18.51",
"babel-jest": "^29.0.3",
"eslint": "~8.43.0",
"jest": "~29.5.0",
"typescript": "~5.1.3"
},
"scripts": {
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"test": "jest",
"build": "tsc -p tsconfig.json",
"testunit": "jest tests/**/*.test.ts",
"typecheck": "tsc --noEmit --skipLibCheck -p tsconfig.json"
},
"main": "./dist/Presence.js",
"typings": "./dist/Presence.d.ts",
"files": [
"/dist"
],
"dependencies": {
"@rocket.chat/core-services": "workspace:^",
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/models": "workspace:^",
"mongodb": "^4.12.1"
}
}