{ "name": "@welshman/signer", "version": "0.1.3", "author": "hodlbod", "license": "MIT", "description": "A nostr signer implemenation supporting several login methods.", "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 -p tsconfig.build.json", "prepublishOnly": "pnpm run build" }, "dependencies": { "@noble/curves": "^1.7.0", "@noble/hashes": "^1.6.1", "@welshman/lib": "workspace:*", "@welshman/net": "workspace:*", "@welshman/util": "workspace:*", "nostr-tools": "^2.7.2" }, "devDependencies": { "rimraf": "~6.0.0", "typescript": "~5.8.0" }, "peerDependencies": { "nostr-signer-capacitor-plugin": "^0.0.3" } }