UNPKG

@node-dlc/wire

Version:
42 lines (41 loc) 1.38 kB
{ "name": "@node-dlc/wire", "version": "1.2.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.*\" --exit", "lint": "../../node_modules/.bin/eslint lib/**/*", "lint:fix": "../../node_modules/.bin/eslint --fix --ignore-path ../../.eslintignore -c ../../.eslintrc.js .", "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/atomicfinance/node-dlc/tree/master/packages/wire", "license": "MIT", "main": "dist/index.js", "repository": { "type": "git", "url": "git+https://github.com/atomicfinance/node-dlc.git" }, "dependencies": { "@node-dlc/bitcoin": "^1.2.0", "@node-dlc/bufio": "^1.2.0", "@node-dlc/checksum": "^1.2.0", "@node-dlc/common": "^1.2.0", "@node-dlc/crypto": "^1.2.0", "@node-dlc/logger": "^1.2.0", "@node-dlc/noise": "^1.2.0" }, "publishConfig": { "access": "public" }, "gitHead": "4350da626d41433b26872fba4508115d45c44aeb" }