{
  "name": "bolt12-test",
  "version": "0.0.6",
  "description": "Decode bolt12 type address for the lightning networks.",
  "main": "index.js",
  "scripts": {
    "start": "make gencode.js",
    "test": "make check"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rustyrussell/bolt12.git"
  },
  "keywords": [
    "Bolt12",
    "lightning",
    "Networks",
    "bitcoin",
    "cryptocurrency"
  ],
  "author": "Rusty Russell and Aditya Sharma",
  "license": "ISC",
  "dependencies": {
    "js-sha256": "^0.9.0",
    "assert": "^2.0.0",
    "bip-schnorr": "^0.6.3",
    "xmlhttprequest": "^1.8.0"
  },
  "bugs": {
    "url": "https://github.com/rustyrussell/bolt12/issues"
  },
  "homepage": "https://github.com/rustyrussell/bolt12#readme"
}
