{ "name": "@rocket.chat/core-services", "version": "0.9.12", "private": true, "devDependencies": { "@babel/core": "~7.26.10", "@babel/preset-env": "~7.26.9", "@babel/preset-typescript": "~7.26.0", "@rocket.chat/apps-engine": "workspace:^", "@rocket.chat/eslint-config": "workspace:^", "@rocket.chat/jest-presets": "workspace:~", "@rocket.chat/tsconfig": "workspace:*", "@types/jest": "~30.0.0", "babel-jest": "~30.0.5", "eslint": "~8.45.0", "jest": "~30.0.5", "mongodb": "6.10.0", "prettier": "~3.3.3", "typescript": "~5.9.2" }, "scripts": { "lint": "eslint --ext .js,.jsx,.ts,.tsx .", "lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix", "testunit": "jest", "dev": "tsc --watch --preserveWatchOutput", "build": "rm -rf dist && tsc" }, "main": "./dist/index.js", "typings": "./dist/index.d.ts", "files": [ "/dist" ], "volta": { "extends": "../../package.json" }, "dependencies": { "@rocket.chat/core-typings": "workspace:^", "@rocket.chat/icons": "^0.43.0", "@rocket.chat/message-parser": "workspace:^", "@rocket.chat/models": "workspace:^", "@rocket.chat/rest-typings": "workspace:^", "@rocket.chat/tracing": "workspace:^", "@rocket.chat/ui-kit": "workspace:~" } }