{
  "version": 1,
  "registries": [
    {
      "schema": "/:user([a-zA-Z0-9_]*)/:module([a-zA-Z0-9_]*)/:version([a-z0-9-.]*)/:path*",
      "variables": [
        {
          "key": "user",
          "url": "https://api.nest.land/imports/x"
        },
        {
          "key": "module",
          "url": "https://api.nest.land/imports/x/${user}"
        },
        {
          "key": "version",
          "url": "https://api.nest.land/imports/x/${user}/${module}"
        },
        {
          "key": "path",
          "url": "https://api.nest.land/imports/x/${user}/${module}/${version}"
        }
      ]
    }
  ]
}
