RocketChat/Rocket.Chat

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

Summary

Maintainability
Test Coverage
{
    "$schema": "https://json.schemastore.org/package",
    "name": "@rocket.chat/core-typings",
    "private": true,
    "version": "6.8.0",
    "devDependencies": {
        "@rocket.chat/eslint-config": "workspace:^",
        "eslint": "~8.45.0",
        "mongodb": "^4.17.2",
        "prettier": "~2.8.8",
        "typescript": "~5.3.3"
    },
    "scripts": {
        "lint": "eslint --ext .js,.jsx,.ts,.tsx .",
        "lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix",
        "test": "echo \"Error: no test specified\" && exit 1",
        "dev": "tsc --watch --preserveWatchOutput -p tsconfig.json",
        "build": "rm -rf dist && tsc -p tsconfig.json"
    },
    "main": "./dist/index.js",
    "typings": "./dist/index.d.ts",
    "files": [
        "/dist"
    ],
    "dependencies": {
        "@rocket.chat/apps-engine": "1.42.2",
        "@rocket.chat/icons": "^0.34.0",
        "@rocket.chat/message-parser": "workspace:^",
        "@rocket.chat/ui-kit": "workspace:~"
    },
    "volta": {
        "extends": "../../package.json"
    }
}