{
  "name": "@node-lightning/graph",
  "version": "0.28.0",
  "description": "Lightning Network P2P Graph",
  "keywords": [
    "lightning network",
    "graph",
    "bolt7"
  ],
  "author": "Brian Mancini <bmancini@gmail.com>",
  "homepage": "https://github.com/altangent/node-lightning/tree/master/packages/graph",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/altangent/node-lightning.git"
  },
  "main": "dist/index.js",
  "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"
  },
  "dependencies": {
    "@node-lightning/core": "^0.28.0",
    "@node-lightning/wire": "^0.28.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "60c2d771f7f7322f5edceab7ec9bd5c68bd39d31"
}
