MCPcopy
hub / github.com/npmx-dev/npmx.dev / PackageWithMeta

Interface PackageWithMeta

server/api/registry/analysis/[...pkg].get.ts:69–73  ·  view source on GitHub ↗

Package metadata needed for association validation

Source from the content-addressed store, hash-verified

67
68/** Package metadata needed for association validation */
69interface PackageWithMeta {
70 maintainers?: Array<{ name: string }>
71 repository?: { url?: string }
72 deprecated?: string
73}
74
75/**
76 * Get all possible create-* package name patterns for a given package.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected