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/ddp-client/package.json

41 lines
994 B

{
"name": "@rocket.chat/ddp-client",
"version": "0.0.1",
"private": true,
"devDependencies": {
"@swc/core": "^1.3.66",
"@swc/jest": "^0.2.26",
"@types/jest": "^29.5.2",
"@types/ws": "^8.5.5",
"eslint": "^8.43.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "~29.5.0",
"jest-websocket-mock": "^2.4.0",
"typescript": "~5.1.3",
"ws": "^8.13.0"
},
"peerDependencies": {
"@rocket.chat/emitter": "*"
},
"scripts": {
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix",
"unit": "jest",
"testunit": "jest",
"build": "rm -rf dist && tsc -p tsconfig.json",
"dev": "tsc -p tsconfig.json --watch --preserveWatchOutput"
},
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"/dist"
],
"volta": {
"extends": "../../package.json"
},
"dependencies": {
"@rocket.chat/api-client": "workspace:^",
"@rocket.chat/rest-typings": "workspace:^",
"@rocket.chat/ui-contexts": "workspace:^"
}
}