{
  "name": "bsv",
  "description": "Javascript library for Bitcoin SV (BSV).",
  "version": "2.0.10",
  "author": "Yours Inc.",
  "homepage": "https://github.com/moneybutton/bsv",
  "source": "entry.js",
  "main": "dist/bsv.cjs.js",
  "module": "dist/bsv.module.js",
  "unpkg": "dist/bsv.bundle.js",
  "library": "bsvjs",
  "scripts": {
    "clean": "rm -rf node_modules/* yarn.lock",
    "lint": "standard *.js lib/**/*.js bin/**/*.js test/**/*.js",
    "pretest": "yarn run lint",
    "test:mocha": "mocha",
    "test:karma": "karma start --single-run",
    "test": "yarn run test:mocha && yarn run test:karma",
    "build": "webpack",
    "prepublish": "yarn build",
    "prepack": "yarn build",
    "doc": "documentation build entry.js -f html -o doc"
  },
  "contributors": [
    {
      "name": "Daniel Cousens",
      "email": "bitcoin@dcousens.com"
    },
    {
      "name": "Gordon Hall",
      "email": "gordon@bitpay.com"
    },
    {
      "name": "Jeff Garzik",
      "email": "jgarzik@bitpay.com"
    },
    {
      "name": "Kyle Drake",
      "email": "kyle@kyledrake.net"
    },
    {
      "name": "Manuel Araoz",
      "email": "manuelaraoz@gmail.com"
    },
    {
      "name": "Matias Alejo Garcia",
      "email": "ematiu@gmail.com"
    },
    {
      "name": "Ryan X. Charles",
      "email": "ryanxcharles@gmail.com"
    },
    {
      "name": "Stefan Thomas",
      "email": "moon@justmoon.net"
    },
    {
      "name": "Stephen Pair",
      "email": "stephen@bitpay.com"
    },
    {
      "name": "Wei Lu",
      "email": "luwei.here@gmail.com"
    },
    {
      "name": "Josh Ellithorpe",
      "email": "quest@mac.com"
    }
  ],
  "keywords": [
    "bitcoin",
    "bsv",
    "blockchain",
    "bip32",
    "bip39",
    "bip68",
    "multisig",
    "ecies"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/moneybutton/bsv.git"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "dependencies": {
    "aes": "0.1.0",
    "bitcoin-elliptic": "^7.0.1",
    "bn.js": "^5.1.1",
    "bs58": "4.0.1",
    "buffer": "^6.0.3",
    "chai": "^4.2.0",
    "hash.js": "^1.1.7",
    "is-hex": "1.1.3",
    "pbkdf2": "3.1.1",
    "randombytes": "^2.1.0"
  },
  "devDependencies": {
    "@babel/core": "7.14.3",
    "@babel/plugin-transform-runtime": "^7.9.6",
    "@babel/polyfill": "^7.12.1",
    "@babel/preset-env": "7.14.2",
    "@babel/register": "^7.9.0",
    "@babel/runtime": "^7.9.6",
    "assert": "2.0.0",
    "babel-loader": "8.2.2",
    "documentation": "^13.1.1",
    "karma": "^6.3.2",
    "karma-chrome-launcher": "^3.1.0",
    "karma-firefox-launcher": "^2.1.0",
    "karma-mocha": "^2.0.1",
    "karma-webpack": "^5.0.0",
    "mocha": "^7.1.2",
    "npm-link-shared": "^0.5.6",
    "process": "0.11.10",
    "should": "^13.2.3",
    "sinon": "^9.0.2",
    "standard": "^14.3.4",
    "util": "0.12.3",
    "webpack": "^5.37.1",
    "webpack-cli": "^4.7.0"
  },
  "license": "MIT",
  "standard": {
    "ignore": [
      "lib/interp.js",
      "dist/*"
    ]
  }
}
