{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "title": "name",
      "description": ""
    },
    "description": {
      "type": "string",
      "title": "Description",
      "maxLength": 80
    },
    "version": {
      "type": "string",
      "title": "Version"
    },
    "dependencies": {
      "type": "object"
    },
    "contracts": {
      "type": "array"
    },
    "files": {
      "type": "array"
    },
    "ignore": {
      "type": "array"
    },
    "tags": {
      "type": "array"
    }
  },
  "required": [ "name", "description", "version", "dependencies","contracts", "files", "ignore", "tags"]
}
