{ "name": "@rocket.chat/api-client", "version": "0.2.33", "devDependencies": { "@rocket.chat/jest-presets": "workspace:~", "@rocket.chat/tsconfig": "workspace:*", "@types/jest": "~30.0.0", "@types/strict-uri-encode": "^2.0.2", "eslint": "~8.45.0", "jest": "~30.0.5", "jest-fetch-mock": "^3.0.3", "typescript": "~5.9.2" }, "scripts": { "build": "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" }, "main": "./dist/index.js", "typings": "./dist/index.d.ts", "files": [ "/dist" ], "dependencies": { "@rocket.chat/core-typings": "workspace:^", "@rocket.chat/rest-typings": "workspace:^", "filter-obj": "^3.0.0", "query-string": "^7.1.3", "split-on-first": "^3.0.0", "strict-uri-encode": "^2.0.0" }, "volta": { "extends": "../../package.json" } }