{ "name": "@rocket.chat/poplib", "version": "0.0.2", "private": true, "devDependencies": { "@types/jest": "~29.5.7", "eslint": "~8.45.0", "jest": "~29.6.4", "ts-jest": "~29.1.1", "typescript": "~5.3.3" }, "scripts": { "test": "jest" }, "main": "./src/index.js", "typings": "./dist/index.d.ts" }