{
  "name": "babbage-bsv",
  "version": "0.2.5",
  "description": "A Babbage fork of the Bitcoin SV JavaScript library",
  "author": "Peer-to-peer Privacy Systems Research, LLC",
  "main": "index.js",
  "scripts": {
    "lint": "standard --fix .",
    "test": "standard && mocha",
    "coverage": "nyc --reporter=text npm run test",
    "build": "webpack index.js --config webpack.config.js",
    "prepublishOnly": "npm run build"
  },
  "unpkg": "bsv.min.js",
  "keywords": [
    "bitcoin",
    "transaction",
    "address",
    "p2p",
    "ecies",
    "cryptocurrency",
    "blockchain",
    "payment",
    "bip21",
    "bip32",
    "bip37",
    "bip69",
    "bip70",
    "multisig"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/p2ppsr/babbage-bsv"
  },
  "browser": {
    "request": "browser-request"
  },
  "dependencies": {
    "bn.js": "=4.11.9",
    "bs58": "=4.0.1",
    "clone-deep": "^4.0.1",
    "elliptic": "6.5.4",
    "hash.js": "^1.1.7",
    "inherits": "2.0.3",
    "unorm": "1.4.1"
  },
  "devDependencies": {
    "brfs": "2.0.1",
    "chai": "4.2.0",
    "mocha": "^8.4.0",
    "nyc": "^14.1.1",
    "sinon": "7.2.3",
    "standard": "^17.0.0",
    "webpack": "4.29.3",
    "webpack-cli": "^3.3.12"
  },
  "license": "MIT",
  "standard": {
    "globals": [
      "afterEach",
      "beforeEach",
      "describe",
      "it"
    ],
    "ignore": [
      "dist/**"
    ]
  }
}
