exonum-btc-anchoring 1.0.0

An Exonum service that provides anchoring to Bitcoin blockchain.
Documentation
{
  "name": "exonum",
  "version": "0.0.0",
  "private": true,
  "description": "JS dependencies for Exonum",
  "dependencies": {},
  "devDependencies": {
    "cspell": "^4.0.23",
    "markdownlint-cli": "^0.17.0"
  },
  "scripts": {
    "cspell": "./cspell.sh",
    "md": "find . -not -path \"*/node_modules/*\" -and -not -path \"*/target/*\" -and -not -path \"*/.git/*\" -name \"*.md\" | xargs ./node_modules/.bin/markdownlint --config .markdownlintrc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/exonum/exonum-btc-anchoring"
  },
  "author": "Exonum Team <exonum@bitfury.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/exonum/exonum-btc-anchoring/issues"
  },
  "homepage": "https://github.com/exonum/exonum-btc-anchoring#readme"
}