Rocket.Chat/packages/ddp-client/package.json
rocketchat-github-ci 379d7cedf9 Release 7.11.0-rc.5
[no ci]
2025-10-16 10:49:46 +00:00

41 lines
981 B
JSON

{
"name": "@rocket.chat/ddp-client",
"version": "0.3.39-rc.5",
"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.0.5",
"jest-websocket-mock": "~2.5.0",
"typescript": "~5.9.2",
"ws": "^8.18.2"
},
"peerDependencies": {
"@rocket.chat/emitter": "*"
},
"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"
},
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"/dist"
],
"volta": {
"extends": "../../package.json"
},
"dependencies": {
"@rocket.chat/api-client": "workspace:^",
"@rocket.chat/core-typings": "workspace:~",
"@rocket.chat/media-signaling": "workspace:^",
"@rocket.chat/rest-typings": "workspace:^"
}
}