{
  "name": "@vafanassieff/bitcoin-cli-ts",
  "version": "28.1.0-beta.0",
  "description": "Auto-generated Bitcoin client library for bitcoind JSON-RPC API",
  "main": "dist/index.js",
  "types": "dist/index.d.js",
  "type": "module",
  "engines": {
    "node": ">=22"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "src"
  ],
  "keywords": [
    "bitcoin",
    "JSON-RPC",
    "rpc",
    "bitcoind",
    "typescript",
    "bitcoin-cli"
  ],
  "license": "MIT",
  "homepage": "https://github.com/vafanassieff/bitcoin-cli-ts",
  "repository": {
    "type": "git",
    "url": "git@github.com:vafanassieff/bitcoin-cli-ts.git"
  },
  "bugs": {
    "url": "https://github.com/vafanassieff/bitcoin-cli-ts/issues"
  },
  "dependencies": {
    "json-bigint": "^1.0.0",
    "json-rpc-2.0": "^1.7.0",
    "undici": "^6.20.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.8.0",
    "@commitlint/config-conventional": "^17.8.0",
    "@types/aes-js": "^3.1.3",
    "@types/is-url": "^1.2.31",
    "@types/json-bigint": "^1.0.3",
    "@typescript-eslint/eslint-plugin": "^6.13.0",
    "@typescript-eslint/parser": "^6.8.0",
    "eslint": "^8.51.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-import": "^2.28.1",
    "eslint-plugin-prettier": "^5.0.1",
    "eslint-plugin-unused-imports": "^3.0.0",
    "husky": "^8.0.2",
    "pinst": "^3.0.0",
    "plop": "^4.0.0",
    "prettier": "^3.0.3",
    "process": "^0.11.10",
    "typescript": "^5.2.2"
  },
  "scripts": {
    "tsc-check": "tsc --noEmit --skipLibCheck",
    "eslint-check": "eslint \"{src,test}/**/*.ts\"",
    "eslint-fix": "eslint \"{src,test}/**/*.ts\" --fix",
    "prettier-check": "prettier --check .",
    "prettier-write": "prettier --write .",
    "check-code": "pnpm eslint-check && pnpm prettier-check && pnpm tsc-check",
    "check-code-fix": "pnpm eslint-fix && pnpm prettier-write",
    "_postinstall": "node -e \"try { require('husky').install() } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}\"",
    "build": "tsc",
    "addscope": "node tools/packagejson name @dolcalmi/bitcoin-cli-ts",
    "plop": "plop"
  }
}