RocketChat/Rocket.Chat

View on GitHub
packages/rest-typings/package.json

Summary

Maintainability
Test Coverage
{
    "name": "@rocket.chat/rest-typings",
    "version": "6.12.1",
    "devDependencies": {
        "@rocket.chat/eslint-config": "workspace:~",
        "@types/jest": "~29.5.12",
        "eslint": "~8.45.0",
        "jest": "~29.7.0",
        "mongodb": "^4.17.2",
        "typescript": "~5.3.3"
    },
    "scripts": {
        "build": "rm -rf dist && tsc",
        "dev": "tsc --watch --preserveWatchOutput",
        "typecheck": "tsc --noEmit",
        "lint": "eslint --ext .js,.jsx,.ts,.tsx .",
        "lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix",
        "test": "jest"
    },
    "main": "./dist/index.js",
    "typings": "./dist/index.d.ts",
    "files": [
        "/dist"
    ],
    "dependencies": {
        "@rocket.chat/apps-engine": "1.45.0-alpha.866",
        "@rocket.chat/core-typings": "workspace:^",
        "@rocket.chat/message-parser": "workspace:^",
        "@rocket.chat/ui-kit": "workspace:~",
        "ajv": "^8.11.0",
        "ajv-formats": "^2.1.1"
    },
    "volta": {
        "extends": "../../package.json"
    }
}