{
  "name": "ecash-wallet",
  "version": "5.5.0",
  "description": "An ecash wallet class. Manage keys, build and broadcast txs. Includes support for tokens and agora.",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Bitcoin-ABC/bitcoin-abc.git",
    "directory": "modules/ecash-wallet"
  },
  "keywords": [
    "XEC",
    "eCash",
    "crypto",
    "wallet",
    "agora",
    "SLP",
    "ALP",
    "tokens"
  ],
  "author": "Bitcoin ABC",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Bitcoin-ABC/bitcoin-abc/issues"
  },
  "homepage": "https://github.com/Bitcoin-ABC/bitcoin-abc#readme",
  "devDependencies": {
    "@types/chai": "^5.0.1",
    "@types/chai-as-promised": "^8.0.1",
    "@types/mocha": "^10.0.10",
    "chai": "^5.2.0",
    "chai-as-promised": "^8.0.1",
    "mocha": "^11.7.5",
    "mocha-junit-reporter": "^2.2.1",
    "mocha-suppress-logs": "^0.6.0",
    "tsx": "^4.19.3",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.59.3",
    "mock-chronik-client": "^3.4.0"
  },
  "dependencies": {
    "chronik-client": "^4.3.0",
    "ecash-lib": "^4.12.0"
  },
  "scripts": {
    "test": "mocha --require mocha-suppress-logs --import=tsx ./src/*.test.ts",
    "integration-tests": "mocha --import=tsx ./test/*.test.ts --timeout 60000",
    "build": "tsc -p ./tsconfig.build.json"
  }
}