Current section

Files

Jump to
Raw

gleam.toml

name = "gleam_javascript"
version = "1.0.1"
licences = ["Apache-2.0"]
description = "Work with JavaScript types and values in Gleam, including promises!"
gleam = ">= 1.13.0"
target = "javascript"
repository = { type = "github", user = "gleam-lang", repo = "javascript" }
links = [
{ title = "Website", href = "https://gleam.run" },
{ title = "Sponsor", href = "https://github.com/sponsors/lpil" },
]
[javascript]
typescript_declarations = true
[dependencies]
gleam_stdlib = ">= 0.19.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0"