{ "name": "@rocket.chat/models", "version": "1.5.12", "private": true, "devDependencies": { "@rocket.chat/jest-presets": "workspace:~", "@rocket.chat/tsconfig": "workspace:*", "@types/jest": "~30.0.0", "@types/node-rsa": "^1.1.4", "eslint": "~8.45.0", "jest": "~30.0.5", "typescript": "~5.9.2" }, "dependencies": { "@rocket.chat/model-typings": "workspace:~", "@rocket.chat/random": "workspace:^", "@rocket.chat/rest-typings": "workspace:^", "@rocket.chat/sha256": "workspace:^", "@rocket.chat/string-helpers": "^0.31.25", "@rocket.chat/tracing": "workspace:^", "date-fns": "~4.1.0", "node-rsa": "^1.1.1" }, "scripts": { "build": "rm -rf dist && tsc", "dev": "tsc --watch --preserveWatchOutput", "typecheck": "tsc --noEmit", "lint": "eslint --ext .js,.jsx,.ts,.tsx .", "lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix", "test": "jest", "unit": "jest", "testunit": "jest" }, "main": "./dist/index.js", "typings": "./dist/index.d.ts", "files": [ "/dist" ], "volta": { "extends": "../../package.json" } }