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