{
  "name": "@ordinalsbot/bitcoin-fee-estimator",
  "version": "0.1.7",
  "description": "A library for calculating Bitcoin transaction fees",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "lint": "eslint --fix .",
    "build": "tsc",
    "prepublish": "npm run build",
    "coverage": "c8 ts-mocha test/*.ts",
    "test": "ts-mocha test/*.ts"
  },
  "keywords": [
    "bitcoin",
    "fees",
    "transaction",
    "ordinalsbot",
    "bitcoinjs"
  ],
  "author": "OrdinalsBot",
  "license": "ISC",
  "dependencies": {
    "varuint-bitcoin": "^2.0.0"
  },
  "devDependencies": {
    "@eslint/compat": "^1.2.7",
    "@eslint/js": "^9.23.0",
    "@types/chai": "^5.2.1",
    "@types/mocha": "^10.0.10",
    "@types/node": "^22.13.13",
    "@types/sinon": "^17.0.4",
    "c8": "^10.1.3",
    "chai": "^5.2.0",
    "mocha": "^11.1.0",
    "prettier": "3.5.3",
    "sinon": "^20.0.0",
    "ts-mocha": "^11.1.0",
    "typescript": "^5.8.2",
    "typescript-eslint": "^8.28.0"
  }
}
