UNPKG

@node-lightning/wire

Version:
41 lines (40 loc) 1.31 kB
{ "name": "@node-lightning/wire", "version": "0.28.0", "description": "Lightning Network Wire Protocol", "scripts": { "test": "../../node_modules/.bin/nyc --reporter=lcov --reporter=text --extension=.ts ../../node_modules/.bin/mocha --require ts-node/register --recursive \"__tests__/**/*.spec.*\"", "lint": "../../node_modules/.bin/eslint lib/**/* __tests__/**/*", "build": "../../node_modules/.bin/tsc --project ./tsconfig-build.json", "prepublish": "npm run build" }, "keywords": [ "lightning", "network", "bolt2", "bolt7", "wire protocol", "lightning-network" ], "author": "Brian Mancini <bmancini@gmail.com>", "homepage": "https://github.com/altangent/node-lightning/tree/master/packages/wire", "license": "MIT", "main": "dist/index.js", "repository": { "type": "git", "url": "git+https://github.com/altangent/node-lightning.git" }, "dependencies": { "@node-lightning/bufio": "^0.28.0", "@node-lightning/checksum": "^0.28.0", "@node-lightning/core": "^0.28.0", "@node-lightning/crypto": "^0.28.0", "@node-lightning/logger": "^0.28.0", "@node-lightning/noise": "^0.28.0", "bech32": "^1.1.3" }, "publishConfig": { "access": "public" }, "gitHead": "60c2d771f7f7322f5edceab7ec9bd5c68bd39d31" }