{ "name": "@rocket.chat/poplib", "version": "0.0.1", "private": true, "devDependencies": { "@types/jest": "^27.4.1", "eslint": "^8.29.0", "jest": "^27.5.1", "ts-jest": "^27.1.4", "typescript": "~4.6.4" }, "scripts": { "jest": "jest" }, "main": "./src/index.js", "typings": "./dist/index.d.ts" }