{ "$schema": "node_modules/@angular-devkit/schematics/collection-schema.json", "schematics": { "ng-add": { "description": "Adds Angular Deploy Azure to the application without affecting any templates", "factory": "./out/ng-add/index#ngAdd", "schema": "./out/ng-add/schema.json", "aliases": ["install"] } } }