{ "name": "@welshman/util", "version": "0.0.59", "author": "hodlbod", "license": "MIT", "description": "A collection of nostr-related utilities.", "publishConfig": { "access": "public" }, "type": "module", "files": [ "build" ], "engines": { "node": ">=10.4.0" }, "types": "./build/src/index.d.ts", "exports": { ".": { "types": "./build/src/index.d.ts", "import": "./build/src/index.js", "require": "./build/src/index.js" } }, "scripts": { "pub": "npm run lint && npm run build && npm publish", "build": "gts clean && tsc", "lint": "gts lint", "fix": "gts fix" }, "dependencies": { "@types/ws": "^8.5.13", "@welshman/lib": "~0.0.37", "nostr-tools": "^2.7.2" } }