{
  "name": "@canton-network/core-rpc-errors",
  "version": "1.7.0",
  "type": "module",
  "description": "Wrapper for JSON-RPC error objects",
  "author": "Alex Matson <alex.matson@digitalasset.com>",
  "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"
    }
  },
  "files": [
    "dist/**"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsup --onSuccess \"tsc\"",
    "dev": "tsup --watch --onSuccess \"tsc\"",
    "flatpack": "yarn pack --out \"$FLATPACK_OUTDIR\"",
    "clean": "tsc -b --clean; rm -rf dist",
    "test": "vitest run --project node --passWithNoTests",
    "test:coverage": "vitest run --project node --coverage --passWithNoTests"
  },
  "dependencies": {
    "@metamask/rpc-errors": "^7.0.3"
  },
  "devDependencies": {
    "@vitest/coverage-v8": "^4.1.8",
    "tsup": "^8.5.1",
    "typescript": "^5.9.3",
    "vitest": "^4.1.8"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/canton-network/wallet.git",
    "directory": "core/rpc-errors"
  },
  "homepage": "https://github.com/canton-network/wallet/tree/main/core/rpc-errors#readme",
  "bugs": {
    "url": "https://github.com/canton-network/wallet/issues"
  }
}