{ "name": "@welshman/util", "version": "0.1.2", "author": "hodlbod", "license": "MIT", "description": "A collection of nostr-related utilities.", "publishConfig": { "access": "public" }, "type": "module", "main": "dist/index", "types": "dist/index", "files": [ "dist" ], "scripts": { "build": "pnpm run clean && pnpm run compile", "clean": "rimraf ./dist", "compile": "tsc -b tsconfig.build.json", "prepublishOnly": "pnpm run build" }, "dependencies": { "@welshman/lib": "workspace:*", "@types/ws": "^8.5.13", "nostr-tools": "^2.7.2", "nostr-wasm": "^0.1.0" }, "devDependencies": { "rimraf": "~6.0.0", "typescript": "~5.8.0" } }