{ "name": "@rocket.chat/sha256", "version": "1.0.12", "private": true, "description": "SHA256 implementation; Fork of Meteor's SHA256 package", "main": "./dist/sha256.js", "types": "./dist/sha256.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", "typecheck": "tsc --noEmit" }, "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" } }