miden-client-web 0.13.0

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