{ "name": "@rocket.chat/api-client", "version": "0.1.13", "devDependencies": { "@swc/core": "^1.3.66", "@swc/jest": "^0.2.26", "@types/jest": "~29.5.3", "@types/strict-uri-encode": "^2.0.0", "eslint": "~8.45.0", "jest": "~29.6.1", "jest-fetch-mock": "^3.0.3", "ts-jest": "~29.0.5", "typescript": "~5.2.2" }, "scripts": { "lint": "eslint --ext .js,.jsx,.ts,.tsx .", "lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix", "testunit": "jest", "build": "tsc -p tsconfig.json", "dev": "tsc --watch --preserveWatchOutput -p tsconfig.json" }, "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" } }