{
  "name": "@welshman/util",
  "version": "0.8.15",
  "author": "hodlbod",
  "license": "MIT",
  "description": "A collection of nostr-related utilities.",
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "main": "dist/util/src/index.js",
  "types": "dist/util/src/index.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@types/ws": "^8.5.13",
    "js-base64": "^3.7.7",
    "nostr-wasm": "^0.1.0"
  },
  "peerDependencies": {
    "@noble/curves": "^1.9.7",
    "nostr-tools": "^2.19.4",
    "@welshman/lib": "0.8.15"
  },
  "devDependencies": {
    "@noble/curves": "^1.9.7",
    "nostr-tools": "^2.19.4",
    "rimraf": "~6.0.0",
    "typescript": "~5.8.0",
    "@welshman/lib": "0.8.15"
  },
  "scripts": {
    "build": "pnpm run clean && pnpm run compile --force",
    "clean": "rimraf ./dist",
    "compile": "tsc -b tsconfig.build.json"
  }
}