{ "name": "hashpass-stack", "version": "1.0.0", "main": "index.js", "type": "module", "scripts": { "build": "tsc", "format": "prettier --write .", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "description": "", "devDependencies": { "madge": "^8.0.0", "prettier": "^3.6.2", "tsx": "^4.20.3", "typescript": "^5.8.3", "vitest": "^3.2.4" }, "dependencies": { "@bitauth/libauth": "^3.0.0", "@noble/secp256k1": "^2.3.0", "msgpackr": "^1.11.5", "zod": "^4.0.14" } }