RocketChat/Rocket.Chat

View on GitHub
packages/ddp-client/package.json

Summary

Maintainability
Test Coverage
{
    "name": "@rocket.chat/ddp-client",
    "version": "0.3.7",
    "devDependencies": {
        "@rocket.chat/jest-presets": "workspace:~",
        "@types/jest": "~29.5.12",
        "@types/ws": "^8.5.8",
        "eslint": "~8.45.0",
        "jest": "~29.7.0",
        "jest-websocket-mock": "~2.5.0",
        "typescript": "~5.3.3",
        "ws": "^8.13.0"
    },
    "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/rest-typings": "workspace:^"
    }
}