{
  "name": "@node-dlc/rocksdb",
  "version": "0.23.6",
  "description": "DLC RocksDB",
  "scripts": {
    "start": "npm run build && node dist/index.js",
    "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",
    "rocksdb"
  ],
  "author": "Atomic Finance <info@atomic.finance>",
  "homepage": "https://github.com/atomicfinance/node-dlc/tree/master/packages/rocksdb",
  "license": "MIT",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/atomicfinance/node-dlc.git"
  },
  "dependencies": {
    "@node-dlc/core": "^0.23.6",
    "@node-dlc/messaging": "^0.23.6",
    "@node-lightning/bitcoin": "0.26.1",
    "@node-lightning/bufio": "0.26.1",
    "@node-lightning/core": "0.26.1",
    "@node-lightning/crypto": "0.26.1",
    "@node-lightning/gossip-rocksdb": "0.26.1",
    "@node-lightning/wire": "0.26.1",
    "cryptr": "^6.0.2",
    "dotenv": "^8.2.0",
    "express": "^4.17.1",
    "helmet": "^3.23.3",
    "morgan": "1.10.0",
    "winston": "3.3.3"
  },
  "devDependencies": {
    "bcrypto": "5.4.0",
    "bip39": "3.0.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "8004185cc03ec117a68677740180d8e83010d10c"
}
