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/packages/server-cloud-communication/package.json

27 lines
613 B

{
"name": "@rocket.chat/server-cloud-communication",
"version": "0.0.1",
"private": true,
"devDependencies": {
"@rocket.chat/license": "workspace:^",
"@types/jest": "~29.5.7",
"eslint": "~8.45.0",
"jest": "~29.6.4",
"ts-jest": "~29.0.5",
"typescript": "~5.1.6"
},
"volta": {
"extends": "../../package.json"
},
"scripts": {
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix",
"test": "jest",
"dev": "tsc -p tsconfig.json --watch --preserveWatchOutput"
},
"main": "./src/index.ts",
"types": "./src/index.ts",
"files": [
"/dist"
]
}