{
  "$schema": "http://json-schema.org/schema",
  "$id": "ng-cli://commands/eject.json",
  "description": "Deprecated, will be removed in Angular 8.0.",
  "$longDescription": "./eject-long.md",

  "$hidden": true,
  "$scope": "in",
  "$impl": "./eject-impl#EjectCommand",

  "type": "object",
  "allOf": [
    { "$ref": "./definitions.json#/definitions/base" }
  ]
}
