collection.json (577B)
1 { 2 "$schema": "../../../../node_modules/@angular-devkit/schematics/collection-schema.json", 3 "schematics": { 4 "ng-add": { 5 "description": "Add Puppeteer to an Angular project", 6 "factory": "./ng-add/index#ngAdd", 7 "schema": "./ng-add/schema.json" 8 }, 9 "e2e": { 10 "description": "Create a single test file", 11 "factory": "./e2e/index#e2e", 12 "schema": "./e2e/schema.json" 13 }, 14 "config": { 15 "description": "Eject Puppeteer config file", 16 "factory": "./config/index#config", 17 "schema": "./config/schema.json" 18 } 19 } 20 }