{ "name": "relay-auth-manager", "version": "0.1.0", "description": "Generic NIP-42 relay authentication manager for Nostr clients. Framework and storage agnostic.", "type": "module", "license": "MIT", "author": "Alejandro Gómez", "keywords": [ "nostr", "nip-42", "relay", "authentication", "auth" ], "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc --project tsconfig.build.json", "clean": "rm -rf dist", "prepublishOnly": "npm run clean && npm run build" }, "peerDependencies": { "rxjs": "^7.0.0" } }