UNPKG

lightning

Version:
56 lines (55 loc) 1.28 kB
{ "author": { "name": "Alex Bosworth", "url": "https://twitter.com/alexbosworth" }, "bugs": { "url": "https://github.com/alexbosworth/lightning/issues" }, "dependencies": { "@grpc/grpc-js": "1.14.3", "@grpc/proto-loader": "0.8.0", "@types/node": "25.0.1", "@types/request": "2.48.13", "@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", "invoices": "4.0.0", "psbt": "4.0.0", "type-fest": "5.3.1" }, "description": "Lightning Network client library", "devDependencies": { "tsd": "0.33.0", "typescript": "5.9.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/typescript" }, "types": "index.d.ts", "version": "10.27.5" }