sigma
Version:
A JavaScript library aimed at visualizing graphs of thousands of nodes and edges.
14 lines (13 loc) • 344 B
JSON
{
"entryPointStrategy": "Expand",
"entryPoints": ["./src/sigma.ts", "./src/index.ts", "./src/settings.ts", "./src/types.ts", "./src/core"],
"exclude": ["./node_modules"],
"excludePrivate": true,
"includeVersion": true,
"out": "website/docs",
"readme": "./README.md",
"markedOptions": {
"breaks": true,
"gfm": true
}
}