{
  "dependencies": {
    "ws": "^8.20.1",
    "chronik-client": "^4.3.0",
    "ecashaddrjs": "^2.0.0"
  },
  "name": "mock-chronik-client",
  "description": "Testing utility to mock the Chronik indexer client and support unit tests that need to mock chronik related API calls.",
  "version": "3.4.0",
  "files": [
    "dist"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "devDependencies": {
    "@types/chai": "^5.0.1",
    "@types/chai-as-promised": "^8.0.1",
    "@types/mocha": "^10.0.10",
    "@types/ws": "^8.18.1",
    "chai": "^5.1.2",
    "chai-as-promised": "^8.0.1",
    "mocha": "^11.7.5",
    "mocha-junit-reporter": "^2.2.1",
    "nyc": "^18.0.0",
    "ts-node": "^10.9.2",
    "tsx": "^4.19.2",
    "typescript": "^5.9.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Bitcoin-ABC/bitcoin-abc.git",
    "directory": "modules/mock-chronik-client"
  },
  "keywords": [
    "chronik-client",
    "chronik",
    "mock"
  ],
  "author": "Bitcoin ABC",
  "license": "MIT",
  "homepage": "https://github.com/Bitcoin-ABC/bitcoin-abc#readme",
  "scripts": {
    "test": "mocha --import=tsx index.test.ts",
    "build": "tsc",
    "coverage": "nyc mocha",
    "junit": "mocha test --reporter mocha-junit-reporter"
  }
}