{ "name": "@rocket.chat/models", "version": "2.1.2-rc.1", "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", "unit": "jest" }, "dependencies": { "@rocket.chat/model-typings": "workspace:~", "@rocket.chat/random": "workspace:^", "@rocket.chat/rest-typings": "workspace:^", "@rocket.chat/sha256": "workspace:^", "@rocket.chat/string-helpers": "~0.32.0", "@rocket.chat/tracing": "workspace:^", "date-fns": "~4.1.0", "node-rsa": "^1.1.1" }, "devDependencies": { "@rocket.chat/jest-presets": "workspace:~", "@rocket.chat/tsconfig": "workspace:*", "@types/jest": "~30.0.0", "@types/node-rsa": "^1.1.4", "eslint": "~9.39.3", "jest": "~30.2.0", "typescript": "~5.9.3" }, "volta": { "extends": "../../package.json" } }