{
  "name": "@node-dlc/chainmon",
  "version": "0.24.1",
  "description": "Bitcoin on-chain transaction monitoring tool for DLCs",
  "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 --ignore-path ../../.eslintignore  -c ../../.eslintrc.js .",
    "lint:fix": "../../node_modules/.bin/eslint --fix --ignore-path ../../.eslintignore  -c ../../.eslintrc.js .",
    "build": "../../node_modules/.bin/tsc --project tsconfig.json",
    "prepublish": "npm run build"
  },
  "keywords": [
    "dlc",
    "monitoring",
    "on-chain",
    "tool"
  ],
  "author": "Atomic Finance <info@atomic.finance>",
  "homepage": "https://github.com/atomicfinance/node-dlc/tree/master/packages/chainmon",
  "license": "MIT",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/atomicfinance/node-dlc.git"
  },
  "dependencies": {
    "@node-dlc/bitcoin": "^0.24.1",
    "@node-dlc/bitcoind": "^0.24.1",
    "@node-dlc/logger": "^0.24.1",
    "bitcoinjs-lib": "6.1.7"
  },
  "devDependencies": {
    "@types/node": "18.11.9"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "8aa0acd00352bd20ddd2bb9f42f71fd7a2404317"
}
