oidc-client
Version:
OpenID Connect (OIDC) & OAuth2 client library
18 lines (15 loc) • 438 B
JSON
{
"$schema": "http://json-schema.org/schema",
"$id": "ng-cli://commands/test.json",
"description": "Runs unit tests in a project.",
"$longDescription": "./test-long.md",
"$aliases": [ "t" ],
"$scope": "in",
"$type": "architect",
"$impl": "./test-impl#TestCommand",
"type": "object",
"allOf": [
{ "$ref": "./definitions.json#/definitions/architect" },
{ "$ref": "./definitions.json#/definitions/base" }
]
}