oidc-client
Version:
OpenID Connect (OIDC) & OAuth2 client library
26 lines (23 loc) • 754 B
JSON
{
"$schema": "http://json-schema.org/schema",
"$id": "ng-cli://commands/build.json",
"description": "Compiles an Angular app into an output directory named dist/ at the given output path. Must be executed from within a workspace directory.",
"$longDescription": "./build-long.md",
"$aliases": [ "b" ],
"$scope": "in",
"$type": "architect",
"$impl": "./build-impl#BuildCommand",
"allOf": [
{ "$ref": "./definitions.json#/definitions/architect" },
{ "$ref": "./definitions.json#/definitions/base" },
{
"type": "object",
"properties": {
"buildEventLog": {
"type": "string",
"description": "(experimental) Output file path for Build Event Protocol events"
}
}
}
]
}