{ "name": "@rocket.chat/tools", "version": "0.2.3", "private": true, "devDependencies": { "@rocket.chat/jest-presets": "workspace:~", "@rocket.chat/tsconfig": "workspace:*", "@types/jest": "~30.0.0", "eslint": "~8.45.0", "jest": "~30.2.0", "typescript": "~5.9.3" }, "scripts": { "lint": "eslint --ext .js,.jsx,.ts,.tsx .", "lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix", "test": "jest", "test:cov": "jest --coverage", "build": "rm -rf dist && tsc -p tsconfig.json", "testunit": "jest", "dev": "tsc -p tsconfig.json --watch --preserveWatchOutput" }, "main": "./dist/index.js", "typings": "./dist/index.d.ts", "files": [ "/dist" ], "dependencies": { "moment-timezone": "^0.5.48" }, "volta": { "extends": "../../package.json" } }