mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 06:47:25 +00:00
41 lines
981 B
JSON
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:^"
|
|
}
|
|
}
|