{
  "$schema": "http://json-schema.org/schema",
  "cli": "nx",
  "$id": "Init",
  "title": "",
  "type": "object",
  "properties": {
   "skipPackageJson": {
      "type": "boolean",
      "description": "Do not add dependencies to package.json"
    }
  },
  "required": []
}
