UNPKG

lightning

Version:
58 lines (57 loc) 1.33 kB
{ "author": { "name": "Alex Bosworth", "url": "https://twitter.com/alexbosworth" }, "bugs": { "url": "https://github.com/alexbosworth/lightning/issues" }, "dependencies": { "@grpc/grpc-js": "1.13.4", "@grpc/proto-loader": "0.7.15", "@types/node": "24.0.15", "@types/request": "2.48.12", "@types/ws": "8.18.1", "async": "3.2.6", "asyncjs-util": "1.2.12", "bitcoinjs-lib": "6.1.7", "bn.js": "5.2.2", "bolt07": "1.9.4", "bolt09": "2.2.0", "ecpair": "3.0.0", "invoices": "4.0.0", "psbt": "4.0.0", "tiny-secp256k1": "2.2.4", "type-fest": "4.41.0" }, "description": "Lightning Network client library", "devDependencies": { "tsd": "0.32.0", "typescript": "5.8.3" }, "engines": { "node": ">=18" }, "keywords": [ "grpc", "lightning-network", "lnd" ], "license": "MIT", "main": "index.js", "name": "lightning", "repository": { "type": "git", "url": "https://github.com/alexbosworth/lightning.git" }, "scripts": { "test": "npx nyc@17.1.0 node --experimental-test-coverage --test && npm run test:types", "test:types": "tsd", "unit-tests": "node --test && npm run test:types" }, "tsd": { "directory": "test/typescript" }, "types": "index.d.ts", "version": "10.26.1" }