@rws-framework/client
Version:
This package provides the core client-side framework for Realtime Web Suit (RWS), enabling modular, asynchronous web components, state management, and integration with backend services. It is located in `.dev/client`.
14 lines (13 loc) • 407 B
JSON
{
"out": "docs",
"plugin": ["typedoc-theme-hierarchy", "typedoc-plugin-rename-defaults"],
"theme": "hierarchy",
"readme": "./README.md",
"entryPoints": ["./src/index.ts"],
"entryPointStrategy": "expand",
"categorizeByGroup": true,
"name": "Realtime Web Suite Client package",
"jsDocCompatibility": true,
"includes": "src/",
"exclude": ["node_modules/"]
}