{
  "$schema": "https://typedoc.org/schema.json",
  "entryPoints": ["src/index.ts"],
  "out": "docs",
  "name": "Cashu-TS",
  "includeVersion": true,
  "readme": "README.md",
  "projectDocuments": [
    "COMMUNITY.md",
    "CONTRIBUTING.md",
    "DEVELOPER.md",
    "ROADMAP.md",
    "migration-3.0.0.md",
    "migration-4.0.0.md",
    "docs-src/usage/usage_index.md",
    "docs-src/usage/mint_token.md",
    "docs-src/usage/melt_token.md",
    "docs-src/usage/create_token.md",
    "docs-src/usage/create_p2pk.md",
    "docs-src/usage/create_wallet.md",
    "docs-src/usage/get_token.md",
    "docs-src/usage/bolt12.md",
    "docs-src/usage/nut19.md",
    "docs-src/usage/logging.md",
    "docs-src/wallet_ops/wallet_ops.md",
    "docs-src/wallet_ops/send.md",
    "docs-src/wallet_ops/receive.md",
    "docs-src/wallet_ops/mint.md",
    "docs-src/wallet_ops/melt.md",
    "docs-src/wallet_ops/p2pk_builder.md",
    "docs-src/wallet_ops/error_handling.md",
    "docs-src/deterministic_counters.md",
    "docs-src/wallet_events/wallet_events.md",
    "docs-src/wallet_events/cancel_abort.md",
    "docs-src/wallet_events/proof_state_streams.md",
    "docs-src/wallet_events/grouped_cancellers.md",
    "docs-src/versions_releases.md"
  ],
  "exclude": ["**/*.test.ts", "node_modules"],
  "externalPattern": ["node_modules/**"],
  "githubPages": true,
  "hideGenerator": true,
  "customCss": "./typedoc-style.css",
  "searchInComments": true
}
