{
  "$schema": "http://json-schema.org/schema",
  "cli": "nx",
  "$id": "NxHardhatInit",
  "title": "Init Hardhat Plugin",
  "description": "Init Hardhat Plugin.",
  "type": "object",
  "properties": {
    "skipFormat": {
      "description": "Skip formatting files.",
      "type": "boolean",
      "default": false
    },
    "withDeploy": {
      "description": "Install Hardhat Deploy plugin",
      "type": "boolean",
      "default": true
    }
  },
  "required": ["name"]
}
