UNPKG

@node-dlc/chainmon

Version:
40 lines (39 loc) 1.35 kB
{ "name": "@node-dlc/chainmon", "version": "1.1.7", "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": "^1.1.7", "@node-dlc/bitcoind": "^1.1.7", "@node-dlc/logger": "^1.1.7", "bitcoinjs-lib": "6.1.7" }, "devDependencies": { "@types/node": "18.11.9" }, "publishConfig": { "access": "public" }, "gitHead": "5941eec09a192cc80c95641536d2538321b6a9a9" }