RocketChat/Rocket.Chat

View on GitHub
ee/packages/license/package.json

Summary

Maintainability
Test Coverage
{
    "name": "@rocket.chat/license",
    "version": "0.2.7",
    "private": true,
    "devDependencies": {
        "@rocket.chat/jest-presets": "workspace:~",
        "@types/bcrypt": "^5.0.1",
        "@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"
    },
    "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/core-typings": "workspace:^",
        "@rocket.chat/jwt": "workspace:^",
        "@rocket.chat/logger": "workspace:^",
        "bcrypt": "^5.0.1"
    }
}