{ "name": "strike-nwc-service", "version": "0.1.0", "description": "Nostr Wallet Connect service using Strike API", "main": "src/index.js", "scripts": { "test": "echo \"Error no test specified\" && exit 1", "start": "node src/index.js", "generate-secret": "node src/scripts/generateSecret.js", "print-nwc": "node src/scripts/printNwcConnectionString.js", "broadcast-example-make-invoice-req": "node src/scripts/broadcastExampleMakeInvoiceRequest.js", "broadcast-example-lookup-invoice-req": "node src/scripts/broadcastExampleLookupInvoiceRequest.js" }, "repository": { "type": "git", "url": "git+https://github.com/SamSamskies/strike-nwc-service.git" }, "keywords": [ "nostr", "bitcoin", "lightning", "strike" ], "author": "Sam Samskies", "license": "MIT", "bugs": { "url": "https://github.com/SamSamskies/strike-nwc-service/issues" }, "homepage": "https://github.com/SamSamskies/strike-nwc-service#readme", "dependencies": { "axios": "1.6.8", "big.js": "^6.2.1", "dotenv": "16.4.5", "light-bolt11-decoder": "3.1.1", "nostr-tools": "2.5.2", "ws": "8.17.0" } }