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

12 lines
304 B
JSON
Executable file

{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "ng-cli://commands/easter-egg.json",
"description": "",
"$longDescription": "",
"$hidden": true,
"$impl": "./easter-egg-impl#AwesomeCommand",
"type": "object",
"allOf": [{ "$ref": "./definitions.json#/definitions/base" }]
}