{ "name": "@rocket.chat/core-services", "version": "0.14.0", "private": true, "main": "./dist/index.js", "typings": "./dist/index.d.ts", "files": [ "/dist" ], "scripts": { "build": "rm -rf dist && tsc", "dev": "tsc --watch --preserveWatchOutput", "lint": "eslint .", "lint:fix": "eslint --fix .", "test": "jest", "testunit": "jest", "typecheck": "tsc --noEmit" }, "dependencies": { "@rocket.chat/core-typings": "workspace:^", "@rocket.chat/federation-sdk": "0.6.3", "@rocket.chat/http-router": "workspace:^", "@rocket.chat/icons": "~0.47.0", "@rocket.chat/media-signaling": "workspace:^", "@rocket.chat/message-parser": "workspace:^", "@rocket.chat/models": "workspace:^", "@rocket.chat/rest-typings": "workspace:^", "@rocket.chat/tracing": "workspace:^", "@rocket.chat/ui-kit": "workspace:~" }, "devDependencies": { "@rocket.chat/apps-engine": "workspace:^", "@rocket.chat/jest-presets": "workspace:~", "@rocket.chat/tsconfig": "workspace:*", "@types/jest": "~30.0.0", "eslint": "~9.39.4", "jest": "~30.2.0", "mongodb": "6.16.0", "prettier": "~3.3.3", "typescript": "~5.9.3" }, "volta": { "extends": "../../package.json" } }