{ "name": "@rocket.chat/api-client", "version": "0.0.2", "private": true, "devDependencies": { "@swc/core": "^1.3.66", "@swc/jest": "^0.2.26", "@types/jest": "~29.5.2", "@types/strict-uri-encode": "^2.0.0", "eslint": "~8.43.0", "jest": "~29.5.0", "jest-fetch-mock": "^3.0.3", "ts-jest": "~29.0.5", "typescript": "~5.1.3" }, "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" } }