{
  "$schema": "https://raw.githubusercontent.com/canonical/pragma/refs/heads/main/packages/webarchitect/src/schema.json",
  "name": "tool",
  "extends": ["package"],
  "package-license": {
    "file": {
      "name": "package.json",
      "contains": {
        "type": "object",
        "properties": {
          "license": {
            "const": "GPL-3.0"
          }
        },
        "required": ["license"]
      }
    }
  }
}
