{
  "name": "@canton-network/core-ledger-proto",
  "version": "1.9.1",
  "type": "module",
  "description": "Provides TypeScript protobuf bindings for Canton",
  "license": "Apache-2.0",
  "author": "Phillip Olesen <phillip.olesen@digitalasset.com>",
  "main": "dist/cjs/index.cjs",
  "module": "dist/esm/index.js",
  "types": "dist/types/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.cjs",
      "default": "./dist/esm/index.js"
    }
  },
  "devDependencies": {
    "@swc/core": "^1.15.43",
    "@types/node": "^25.9.4",
    "@vitest/browser-playwright": "^4.1.10",
    "@vitest/coverage-v8": "^4.1.10",
    "esbuild-plugin-replace": "^1.4.0",
    "playwright": "^1.61.1",
    "tsdown": "^0.22.9",
    "typescript": "^5.9.3",
    "vitest": "^4.1.10"
  },
  "dependencies": {
    "@protobuf-ts/runtime": "^2.11.1",
    "@protobuf-ts/runtime-rpc": "^2.11.1"
  },
  "files": [
    "dist/**"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/canton-network/wallet.git",
    "directory": "core/ledger-proto"
  },
  "homepage": "https://github.com/canton-network/wallet/tree/main/core/ledger-proto#readme",
  "bugs": {
    "url": "https://github.com/canton-network/wallet/issues"
  },
  "scripts": {
    "build": "tsdown --onSuccess \"tsc\"",
    "dev": "tsdown --watch --onSuccess \"tsc\"",
    "flatpack": "pnpm pack --pack-destination \"$FLATPACK_OUTDIR\"",
    "clean": "tsc -b --clean; rm -rf dist",
    "test": "vitest run --project node --project browser --passWithNoTests",
    "test:coverage": "vitest run --project node --project browser --coverage --passWithNoTests"
  }
}