{
  "$schema": "https://typedoc.org/schema.json",
  "entryPoints": ["./src/index.ts"],
  "out": "docs",
  "name": "nostr-nsec-seedphrase",
  "includeVersion": true,
  "excludePrivate": true,
  "excludeProtected": true,
  "excludeExternals": true,
  "plugin": ["typedoc-plugin-markdown"],
  "theme": "default",
  "readme": "README.md",
  "categorizeByGroup": true,
  "categoryOrder": [
    "Core",
    "BIPs",
    "NIPs",
    "Key Management",
    "Seed Phrase",
    "Event Operations",
    "Cryptography",
    "Types",
    "Utils",
    "*"
  ],
  "navigationLinks": {
    "GitHub": "https://github.com/humanjavaenterprises/nostr-nsec-seedphrase"
  },
  "sidebarLinks": {
    "API": "modules.md"
  },
  "validation": {
    "invalidLink": true,
    "notDocumented": true
  }
}
