collection.json 193 B

123456789101112
  1. {
  2. "schematics": {
  3. "custom-rule": {
  4. "description": ".",
  5. "factory": "./custom-rule"
  6. },
  7. "run-task": {
  8. "description": ".",
  9. "factory": "./run-task"
  10. }
  11. }
  12. }