{ "name": "@rocket.chat/instance-status", "version": "0.0.1", "private": true, "devDependencies": { "@rocket.chat/eslint-config": "workspace:^", "eslint": "^8.29.0", "mongodb": "^4.12.1", "prettier": "^2.7.1", "typescript": "~4.6.4" }, "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/models": "workspace:^" } }