RocketChat/Rocket.Chat

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

Summary

Maintainability
Test Coverage
{
    "name": "@rocket.chat/api-client",
    "version": "0.2.7",
    "devDependencies": {
        "@rocket.chat/jest-presets": "workspace:~",
        "@types/jest": "~29.5.12",
        "@types/strict-uri-encode": "^2.0.1",
        "eslint": "~8.45.0",
        "jest": "~29.7.0",
        "jest-fetch-mock": "^3.0.3",
        "typescript": "~5.3.3"
    },
    "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"
    ],
    "dependencies": {
        "@rocket.chat/core-typings": "workspace:^",
        "@rocket.chat/rest-typings": "workspace:^",
        "filter-obj": "^3.0.0",
        "query-string": "^7.1.3",
        "split-on-first": "^3.0.0",
        "strict-uri-encode": "^2.0.0"
    },
    "volta": {
        "extends": "../../../package.json"
    }
}