{
  "name": "@canton-network/core-signing-fireblocks",
  "version": "1.6.1",
  "type": "module",
  "description": "Wallet Gateway signing driver for Fireblocks",
  "license": "Apache-2.0",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs",
      "default": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "tsup --onSuccess \"tsc\"",
    "dev": "tsup --watch --onSuccess \"tsc\"",
    "clean": "tsc -b --clean && rm -rf ./dist",
    "flatpack": "yarn pack --out \"$FLATPACK_OUTDIR\"",
    "test": "vitest run --project node",
    "test:coverage": "vitest run --project node --coverage"
  },
  "dependencies": {
    "@canton-network/core-signing-lib": "^1.6.1",
    "@canton-network/core-wallet-auth": "^1.6.1",
    "@fireblocks/ts-sdk": "^13.0.0",
    "async-mutex": "^0.5.0",
    "fs-extra": "^11.3.5",
    "lodash": "^4.18.1",
    "pino": "^10.3.1",
    "tweetnacl": "^1.0.3",
    "tweetnacl-util": "^0.15.1",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.4",
    "@types/lodash": "^4.17.24",
    "@types/node": "^25.9.3",
    "@vitest/coverage-v8": "^4.1.8",
    "tsup": "^8.5.1",
    "typescript": "^5.9.3",
    "vitest": "^4.1.8"
  },
  "files": [
    "dist/**"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/canton-network/wallet.git",
    "directory": "core/signing-fireblocks"
  },
  "homepage": "https://github.com/canton-network/wallet/tree/main/core/signing-fireblocks#readme",
  "bugs": {
    "url": "https://github.com/canton-network/wallet/issues"
  }
}