Skip to content

@stephansama packages / @stephansama/multipublish / schema / npmPlatformOptionsSchema

Variable: npmPlatformOptionsSchema

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

Defined in: core/multipublish/src/schema.ts:13

Released under MIT license