UNPKG

lightning

Version:
56 lines (55 loc) 1.29 kB
{ "author": { "name": "Alex Bosworth", "url": "https://twitter.com/alexbosworth" }, "bugs": { "url": "https://github.com/alexbosworth/lightning/issues" }, "dependencies": { "@alexbosworth/blockchain": "3.2.0", "@grpc/grpc-js": "1.14.4", "@grpc/proto-loader": "0.8.1", "@types/node": "26.1.1", "@types/request": "2.48.13", "@types/ws": "8.18.1", "async": "3.2.6", "asyncjs-util": "1.2.12", "bn.js": "5.2.5", "bolt07": "1.9.5", "bolt09": "2.2.0", "invoices": "5.0.2", "psbt": "5.0.0", "type-fest": "5.8.0" }, "description": "Lightning Network client library", "devDependencies": { "tsd": "0.33.0", "typescript": "7.0.2" }, "engines": { "node": ">=22" }, "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": "12.2.3" }