{ "name": "@rocket.chat/poplib", "version": "0.0.1", "private": true, "devDependencies": { "@types/jest": "~29.5.2", "eslint": "~8.43.0", "jest": "~29.5.0", "ts-jest": "~29.0.5", "typescript": "~5.1.3" }, "scripts": { "test": "jest" }, "main": "./src/index.js", "typings": "./dist/index.d.ts" }