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

23 lines
522 B

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