{ "name": "@rocket.chat/ddp-client", "version": "1.0.0", "main": "./dist/index.js", "typings": "./dist/index.d.ts", "files": [ "/dist" ], "scripts": { "build": "tsc", "dev": "tsc --watch --preserveWatchOutput", "lint": "eslint --ext .js,.jsx,.ts,.tsx .", "lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix", "test": "jest", "testunit": "jest", "typecheck": "tsc --noEmit" }, "dependencies": { "@rocket.chat/api-client": "workspace:^", "@rocket.chat/core-typings": "workspace:~", "@rocket.chat/media-signaling": "workspace:^", "@rocket.chat/rest-typings": "workspace:^" }, "devDependencies": { "@rocket.chat/jest-presets": "workspace:~", "@rocket.chat/tsconfig": "workspace:*", "@types/jest": "~30.0.0", "@types/ws": "^8.5.13", "eslint": "~8.45.0", "jest": "~30.2.0", "jest-websocket-mock": "~2.5.0", "typescript": "~5.9.3", "ws": "~8.18.3" }, "peerDependencies": { "@rocket.chat/emitter": "*" }, "volta": { "extends": "../../package.json" } }