{
  "name": "chaingate",
  "version": "0.4.1",
  "description": "A complete TypeScript library for connecting to and making transactions on different blockchains",
  "keywords": [
    "blockchain",
    "crypto",
    "cryptocurrency",
    "bitcoin",
    "ethereum",
    "decentralized",
    "utxo",
    "utxos",
    "dapp",
    "api",
    "library",
    "transactions",
    "signing",
    "web3",
    "smart contract",
    "developer",
    "transaction",
    "account",
    "balances",
    "history",
    "analytics",
    "chaingate",
    "chainlib",
    "xchain",
    "block",
    "explorer",
    "wallet",
    "hdwallet",
    "bip32",
    "bip39",
    "develop",
    "signer",
    "bitcoinlib",
    "web3",
    "ethers",
    "metamask"
  ],
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "files": [
    "build"
  ],
  "scripts": {
    "build": "tsc",
    "build:web": "webpack",
    "test": "jest",
    "lint": "eslint src/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/drakensoftware/chaingate.git"
  },
  "license": "Apache-2.0",
  "devDependencies": {
    "@types/wif": "^2.0.5",
    "@typescript-eslint/eslint-plugin": "^7.0.2",
    "@typescript-eslint/parser": "^7.0.2",
    "eslint": "^8.56.0",
    "eslint-plugin-compat": "^4.2.0",
    "jest": "^29.7.0",
    "ts-loader": "^9.5.2",
    "typescript": "^5.7.2",
    "webpack": "^5.97.1"
  },
  "dependencies": {
    "@dotenvx/dotenvx": "^1.38.5",
    "@drakensoftware/magicmock": "^1.6.2",
    "@noble/ciphers": "^1.2.1",
    "@noble/curves": "^1.8.1",
    "@noble/hashes": "^1.7.1",
    "@scure/bip32": "^1.6.2",
    "@scure/bip39": "^1.5.4",
    "@scure/btc-signer": "^1.7.0",
    "@types/bchaddrjs": "^0.4.3",
    "@types/bitcore-lib-cash": "^8.23.8",
    "@types/jest": "^29.5.14",
    "assert": "^2.1.0",
    "bchaddrjs": "^0.5.2",
    "bitcore-lib-cash": "^10.8.0",
    "chaingate-client": "^0.18.7",
    "crypto-browserify": "^3.12.1",
    "decimal.js": "^10.5.0",
    "ethers": "^6.13.5",
    "stream-browserify": "^3.0.0",
    "ts-jest": "^29.2.6",
    "url": "^0.11.4",
    "vm-browserify": "^1.1.2",
    "webpack-cli": "^6.0.1",
    "wif": "^5.0.0"
  },
  "browserslist": [
    ">0.2%",
    "not dead",
    "not ie <= 11",
    "not op_mini all"
  ],
  "engines": {
    "node": ">=19.0.0"
  }
}
