UNPKG

nip47

Version:

A flexible library for sending and receiving payments via NWC.

55 lines (54 loc) 1.24 kB
{ "name": "nip47", "version": "0.0.5", "description": "A flexible library for sending and receiving payments via NWC.", "main": "dist/index.js", "types": "dist/index.d.ts", "module": "./dist/index.mjs", "exports": { "import": "./dist/index.mjs", "require": "./dist/index.js", "types": "./dist/index.d.ts" }, "documentation": "https://github.com/gudnuf/nip47/blob/main/README.md", "repository": { "type": "git", "url": "https://github.com/gudnuf/nip47" }, "files": [ "dist", "README.md" ], "keywords": [ "nostr", "nip47", "nip-47", "nwc", "wallet connect", "nostr wallet connect", "lightning" ], "scripts": { "test": "jest", "build": "tsup src/index.ts --format cjs,esm --dts" }, "author": "gudnuf", "license": "ISC", "devDependencies": { "@types/chai": "^4.3.11", "@types/jest": "^29.5.10", "@types/mocha": "^10.0.6", "chai": "^4.3.10", "jest": "^29.7.0", "ts-jest": "^29.1.1", "ts-node": "^10.9.1", "tsup": "^8.0.1", "typescript": "^5.3.2", "websocket-polyfill": "^0.0.3" }, "dependencies": { "@nostr-dev-kit/ndk": "^2.2.0", "mocha": "^10.2.0", "nostr-tools": "^1.17.0" } }