{
  "$schema": "./collection-schema.json",
  "schematics": {
    "add": {
      "description": "A schematic to add a package to m2c2kit",
      "factory": "./add/index#add"
    },
    "new": {
      "description": "A schematic to create a new m2c2kit app",
      "factory": "./new/index#m2New",
      "schema": "./new/schema.json"
    },
    "npm-install": {
      "description": "A schematic to install a package from npm",
      "factory": "./install/index#npmInstall"
    },
    "zip": {
      "description": "A schematic to zip a m2c2kit module",
      "factory": "./zip/index#zip"
    },
    "static-site": {
      "description": "A schematic to create a static website containing m2c2kit assessments",
      "factory": "./static-site/index#staticSite"
    }
  }
}
