{ "name": "@rocket.chat/base64", "version": "1.0.13", "private": true, "description": "Base64 encoding and decoding; Fork of Meteor's Base64 package", "main": "./dist/base64.js", "types": "./dist/base64.d.ts", "scripts": { "build": "rm -rf dist && tsc -p tsconfig.build.json", "dev": "tsc -p tsconfig.build.json --watch --preserveWatchOutput", "lint": "eslint .", "lint:fix": "eslint . --fix", "test": "jest", "testunit": "jest" }, "devDependencies": { "@rocket.chat/eslint-config": "workspace:^", "@rocket.chat/jest-presets": "workspace:~", "@rocket.chat/tsconfig": "workspace:*", "eslint": "~8.45.0", "jest": "~30.2.0", "typescript": "~5.9.3" }, "volta": { "extends": "../../package.json" } }