{
  "cli": {
    "version": ">= 0.46.0"
  },
  "build": {
    "development": {
      "developmentClient": true,
      "distribution": "internal",
      "env": {
        "STAGE": "dev"
      }
    },
    "preview": {
      "distribution": "internal"
    },
    "production": {
      "env": {
        "STAGE": "prod"
      }
    }
  },
  "submit": {
    "production": {}
  }
}
