MCPcopy
hub / github.com/element-hq/element-web / Pkg

Interface Pkg

apps/desktop/electron-builder.ts:22–24  ·  view source on GitHub ↗

* Interface describing relevant fields of the package.json file.

Source from the content-addressed store, hash-verified

20 * Interface describing relevant fields of the package.json file.
21 */
22interface Pkg {
23 version: string;
24}
25
26/**
27 * Base metadata fields, used in both package.json and the variant configuration.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected