{ "name": "@rocket.chat/http-router", "version": "7.9.14", "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 --ext .js,.jsx,.ts,.tsx .", "lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix", "test": "jest", "testunit": "jest", "typecheck": "tsc --noEmit" }, "dependencies": { "@rocket.chat/core-typings": "workspace:^", "@rocket.chat/logger": "workspace:^", "@rocket.chat/rest-typings": "workspace:^", "ajv": "^8.17.1", "express": "^4.21.2", "hono": "^4.10.7", "qs": "^6.14.1" }, "devDependencies": { "@rocket.chat/eslint-config": "workspace:~", "@rocket.chat/jest-presets": "workspace:^", "@rocket.chat/tsconfig": "workspace:*", "@types/express": "^4.17.25", "@types/jest": "~30.0.0", "@types/supertest": "~6.0.3", "eslint": "~8.45.0", "jest": "~30.2.0", "supertest": "~7.1.4", "ts-jest": "~29.4.5", "typescript": "~5.9.3" }, "volta": { "extends": "../../package.json" } }