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