{ "name": "@welshman/signer", "version": "0.7.0", "author": "hodlbod", "license": "MIT", "description": "A nostr signer implemenation supporting several login methods.", "publishConfig": { "access": "public" }, "type": "module", "main": "dist/signer/src/index.js", "types": "dist/signer/src/index.d.ts", "files": [ "dist" ], "scripts": { "build": "pnpm run clean && pnpm run compile --force", "clean": "rimraf ./dist", "compile": "tsc -b tsconfig.build.json", "prepublishOnly": "pnpm run build" }, "dependencies": { "@jsr/fiatjaf__promenade-trusted-dealer": "^0.4.1", "@noble/curves": "^1.9.7", "@noble/hashes": "^2.0.1", "@welshman/lib": "workspace:*", "@welshman/net": "workspace:*", "@welshman/util": "workspace:*", "nostr-tools": "^2.18.2" }, "devDependencies": { "@capacitor/core": "^7.2.0", "nostr-signer-capacitor-plugin": "~0.0.4", "rimraf": "~6.0.0", "typescript": "~5.8.0" }, "peerDependencies": { "nostr-signer-capacitor-plugin": "~0.0.4" } }