Skip to content

npmPlatformOptionsSchema

const npmPlatformOptionsSchema: ZodObject<{
registry: ZodDefault<ZodString>;
strategy: ZodDefault<ZodEnum<{
.npmrc: ".npmrc";
package.json: "package.json";
}>>;
tokenEnvironmentKey: ZodDefault<ZodString>;
}, $strip>;

Defined in: modules/packages/core/multipublish/src/schema.ts:14