MCPcopy
hub / github.com/electron/forge / PartialPackageManifest

Interface PartialPackageManifest

tools/gen-ts-glue.ts:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20// NOTE: this interface only defines the fields in the package.json that are
21// used in this script
22interface PartialPackageManifest {
23 main?: string;
24}
25
26/**
27 * A heuristic to convert the `main` value from the package.json from its output

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected