Skip to main content

Create Package Json

Description

Create the package.json file of the service.

Event Params

export interface CreateServerPackageJsonParams extends EventParams {
updateValues: { [key: string]: JsonValue };
}

Event Name

CreatePackageJson

updateValues

TBC