Skip to content

CliPluginOidcProviderModule

@tsed/cli-plugin-oidc-provider

Usage

typescript
import { CliPluginOidcProviderModule } from "@tsed/cli-plugin-oidc-provider/src/CliPluginOidcProviderModule";

See /packages/cli-plugin-oidc-provider/src/CliPluginOidcProviderModule.ts.

Overview

ts
class CliPluginOidcProviderModule {
    $alterPackageJson(packageJson: ProjectPackageJson, data: RenderDataContext): ProjectPackageJson;
}

$alterPackageJson

ts
$alterPackageJson(packageJson: ProjectPackageJson, data: RenderDataContext): ProjectPackageJson;

Released under the MIT License.