projecte_ionic/node_modules/@angular/cli/commands/version.json
2022-02-09 18:30:03 +01:00

13 lines
347 B
JSON
Executable file

{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "ng-cli://commands/version.json",
"description": "Outputs Angular CLI version.",
"$longDescription": "",
"$aliases": ["v"],
"$scope": "all",
"$impl": "./version-impl#VersionCommand",
"type": "object",
"allOf": [{ "$ref": "./definitions.json#/definitions/base" }]
}