@node-dlc/bitcoin
Version:
33 lines (32 loc) • 1.15 kB
JSON
{
"name": "@node-dlc/bitcoin",
"version": "1.1.0",
"description": "DLC bitcoin",
"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",
"bitcoin"
],
"author": "Atomic Finance <info@atomic.finance>",
"homepage": "https://github.com/atomicfinance/node-dlc/tree/master/packages/bitcoin",
"license": "MIT",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/atomicfinance/node-dlc.git"
},
"dependencies": {
"@node-dlc/bufio": "^1.1.0",
"@node-dlc/crypto": "^1.1.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "d320848b4fca09d034ebf942a4b3b620ca35d3a5"
}