Packages

Gleam BR library to access the GitHub REST API v3

Current section

Files

Jump to
gbr_gh gleam.toml
Raw

gleam.toml

name = "gbr_gh"
version = "1.0.0"
description = "Gleam BR library to access the GitHub REST API v3"
licences = ["Apache-2.0"]
repository = { type = "github", user = "gleam-br", repo = "gbr_gh" }
links = []
target = "javascript"
[dependencies]
gleam_stdlib = "~> 0.68"
gleam_http = "~> 4.3"
gleam_javascript = "~> 1.0.0"
[dev-dependencies]
gleeunit = "~> 1.9"
[javascript]
typescript_declarations = true