miden-client-web 0.14.3

Web Client library that facilitates interaction with the Miden network
1
2
3
4
5
6
7
8
9
{
  "entryPoints": ["./dist/docs-entry.d.ts"],
  "tsconfig": "./tsconfig.docs.json",
  "readme": "none",
  "out": "../../docs/typedoc/web-client",
  "plugin": ["typedoc-plugin-markdown"],
  "disableSources": true,
  "excludeInternal": true
}