{ "name": "@rocket.chat/instance-status", "version": "0.1.53-rc.1", "private": true, "main": "./dist/index.js", "typings": "./dist/index.d.ts", "files": [ "/dist" ], "scripts": { "build": "rm -rf dist && tsc -p tsconfig.json", "dev": "tsc --watch --preserveWatchOutput -p tsconfig.json", "lint": "eslint .", "lint:fix": "eslint --fix .", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "@rocket.chat/models": "workspace:^", "@rocket.chat/tracing": "workspace:^" }, "devDependencies": { "@rocket.chat/tsconfig": "workspace:*", "eslint": "~9.39.3", "mongodb": "6.16.0", "prettier": "~3.3.3", "typescript": "~5.9.3" }, "volta": { "extends": "../../package.json" } }